ohmycodes

Getting Started

  1. Create empty live.db in server directory:
# On Windows:
fsutil file createNew server/live.db 0
# On Mac, or Linux:
touch server/live.db
  1. Copy .env.sample to .env and fill in the values:
cp .env.sample .env
  1. Launch the frontend and server:
yarn dev      # Frontend
go run app.go # Server
  1. Or, use docker compose to launch both:
docker-compose run

Top categories

svelte logo

Want a Svelte site built?

Hire a Svelte developer
Loading Svelte Themes