This is a starter template for using Sveltekit together with Lucia Auth, Prisma and MongoDB.
It uses TailwindCSS for styling.
The template is setting up Google OAuth.
- Clone this repository
- Run
yarn
to install dependencies - Don't forget to set up your environment variables, e.g. in an
.env
file including MONGODB_URI, GOOGLE_CLIENT_ID and GOOGLE_CLIENT_SECRET. Note that MongoDB must be run in a replica set mode. See here for more information. - Run
yarn dev
to start the development server