Everything you need to build a Svelte project, powered by create-svelte
.
If you're seeing this, you've probably already done this step. Congrats!
# create a new 'my-project' the current directory
git clone [email protected]:vadimkozin/svelte-auth-cookies.git my-project
cd my-project
mv .env.example .env
npm install
npx prisma generate
npm run dev -- --open
To deploy your app, you may need to install an adapter for your target environment.