-
Clone the repo
git clone https://github.com/rvndl/dsk.git
-
Install required packages
yarn
-
Set up the environment variables
-
Rename
.env-example
to.env
-
Change the default variables
# .env # Canonical URLs of your site NEXTAUTH_URL="http://localhost:3000" NEXT_PUBLIC_HOST="http://localhost:3000" # Access password DSK_PASSWORD="password" # JWT Secret for signing tokens, remember to change this and make it long and unguessable AUTH_SECRET="secret"
-
-
Build and start the server
yarn build && yarn start
By default prisma uses sqlite
as the default connector, you can change it by editing prisma/schema.prisma
.