Getting Started is Easy:
- Run:
bash setup.sh
to generate your env file. - Input all required env variables into the .env file.
- Deploy table schemas to turso. You can use the following two commands:
pnpm db:generate
thenpnpm db:migrate
- If you're having trouble, watch this tutorial.