sveltekit-lucia-daisyui
Quick setup dev environment
Using devcontainer
- Open devcontainer
- Run
$ cp .env.devcontainer .env
to set environment variables
- Run
$ pnpm run init
to resolve project dependencies and create the database
- Run
$ pnpm run dev
to execute this app
Using compose file (DB container only)
- Run
$ docker-compose up -d
to up DB container.
- Run
$ cp .env.devcontainer .env
to set environment variables
- Run
$ pnpm run init
to resolve project dependencies and create the database
- Run
$ pnpm run dev
to execute this app