RythmHacks hacker dashboard and application portal
-
Clone the repository
git clone https://github.com/RythmHacks/dash.rythmhacks.ca.git
-
Install PostgreSQL (guide here)
-
Run
psql postgres
thenCREATE DATABASE rythmhacksdash;
-
Create a file in the project root directory called
.env.local
-
Copy everything in
.env.template
and put it in.env.local
, filling in the missing values -
Type
npm i
to install dependencies -
Type
npm run migrate
to sync prisma with your database -
Write some code and run
npm start
to start the web app
The commit naming conventions follow this guide. Commits are named in the format type(env): description
. Both commits and pull requests are named in this format. See the Pull Requests
tab for some examples.