cd client
Install dependencies: npm install
Build: npm run build
Run Dev server: npm start
Run Prod server: export FLASK_APP=index.py
flask run
Every sprint will have a develop
branch. Branch from the develop
branch for each task that is assigned to you. At the end of the sprint we will merge all those branches into the current develop
branch. The develop
branch will then be merged into the master
branch at the end of every sprint.
The following procedure should be followed when creating a pull requrest. The repository requires 2 approvals on a pull request (PR) to merge branches.
- Create a pull request with the title being the task name.
- Assign yourself as the owner of the PR.
- Assign a minimum of 2 other, preferably front-end, developers to review your code.
- Add the labels that are appropriate for your PR.
- Add screenshots at browser (1280x720) size and iPhone 6 size
- Include a link to the Trello card, so that we know what issue you are working on in the sprint.