a tool to help me practice more + better (note: i made this instead of practicing though...)
- Setup + install (npm install --prefix front-end)
- Start the server:
npm start - Generate
types/supabase.ts:npm run gen:types - Generate mock data:
npm run gen:data - Run PR checks:
npm run --prefix front-end lintnpm run --prefix front-end typechecknpm run --prefix front-end testnpm run --prefix front-end format:check- To fix formatting issues manually, run
npm run --prefix front-end format
- To fix formatting issues manually, run