Client repository for team dev project.
- Copy the
.env.example
file to a new file named.env
(NOTE: Make sure to copy the file, don't remove the original .env.example) - Make sure the
REACT_APP_API_URL
environment variable in the.env
file contains the URL of the server app on your machine npm ci
to install dependenciesnpm start
to run the app. The server must also be running on your machine
https://github.com/orgs/boolean-uk/projects/10/views/1
- Pull requests should be made from branches following the naming convention:
<username>-<issue_number>-<feature>
, e.g.vherus-#1-user_registration