Skip to content

Latest commit

 

History

History
63 lines (38 loc) · 1.36 KB

CONTRIBUTING.md

File metadata and controls

63 lines (38 loc) · 1.36 KB

contributing

picking a task

you can open a PR on an issue or create a new issue and then a pr
The Kanban board of the tasks is public here

set up locally

clone repository

git clone https://github.com/buidlsquareorg/buildsquare
cd buidlsquare

install dependencies

pnpm i

set up env variables

cp env.example .env.local # copy env.example file to a new file named .env.local

(fill the variables)

Set up API and database

follow supabase docs

product

ui style

The UI style must be kind of ios style

theme

  • the default and only theme is going to be dark since it's an app for developers.

  • later on, after finishing the MVP, we can consider adding a light mode

  • colour palette: violet with black

inspiration designs

database design (still fresh)

database design

user sign up workflow

1719097377