Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 517 Bytes

README.md

File metadata and controls

30 lines (19 loc) · 517 Bytes

momentum

A habit tracker that doesn't stress you out with streaks

The primary motivation behind this application is learning SvelteKit and Svelte.

Developing

npm install

# start dev server
npm run dev

Generating supabase types

npx supabase gen types typescript --project-id "projectId" --schema public > src/lib/types/supabase.ts

Building

To create a production version of your app:

npm run build

You can preview the production build with npm run preview.