Community Bulletin Board

The Golden Rule:

🦸 🦸‍♂️ 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.

Project Starter Setup

Overview

Here is an overview of the app and features that will be added this week.

Setup Steps

  1. GitHub repo
    1. Copy the template repository
    2. Setup Netlify
    3. Clone local
    4. Make dev branch, make sure to push this branch to github
    5. You will create a feature branch off dev for the days work
    6. Work in VS Code as usual
  2. Supabase
    1. Make new project (copy password for using tools like beekeeper)
    2. From "auth>settings>email", turn off email confirmations and save
    3. From "sql editor", new script and run starter schema db/schema.sql
    4. From "sql editor", new script and run starter category data db/categories.sql
    5. From "settings > api", copy URL and Key into fetch-utils.js