🦸 🦸♂️ Stop starting and start finishing.
🏁
If you work on more than one feature at a time, you are guaranteed to multiply your bugs and your anxiety.
Here is an overview of the app and features that will be added this week.
- GitHub repo
- Copy the template repository
- Setup Netlify
- Clone local
- Make dev branch, make sure to push this branch to github
- You will create a feature branch off dev for the days work
- Work in VS Code as usual
- Supabase
- Make new project (copy password for using tools like beekeeper)
- From "auth>settings>email", turn off email confirmations and save
- From "sql editor", new script and run starter schema
db/schema.sql
- From "sql editor", new script and run starter category data
db/categories.sql
- From "settings > api", copy URL and Key into
fetch-utils.js