# clone the repo
git clone https://github.com/Vixuu/sveltekit-lucia-drizzle.git
# change directory
cd sveltekit-lucia-drizzle
The app uses bun:sqlite and Bun.password for hashing.
Instalation guide can be found here: https://bun.sh/
# install dependencies
bun install
# generate migrations
bunx drizzle-kit generate
# push migrations
bunx drizzle-kit push
bun --bun run dev
To create a production version of your app:
bun run build