A habit tracker that doesn't stress you out with streaks
The primary motivation behind this application is learning SvelteKit and Svelte.
npm install
# start dev server
npm run dev
npx supabase gen types typescript --project-id "projectId" --schema public > src/lib/types/supabase.ts
To create a production version of your app:
npm run build
You can preview the production build with npm run preview
.