git checkout -b feature/your-name-frontend origin/frontend-experiment
or
git checkout -b feature/your-name-homepage origin frontend-experiment
then do git push -u feature/your-name-homepage. This sets up a remote branch upstream from your local branch.
- Create a virtual environment in the vizop root directory if you have not already and activate it
- pip install -r requirements.txt
- Install node.js if you have not already and run npm start in the vizop/frontend directory
- Once this is working, feel free to add additional React components and begin experimenting with mock-ups for homepage (See Homepage Submission task)
More details for the above steps is provided in the README
git checkout -b feature/your-name-frontend origin/frontend-experiment
or
git checkout -b feature/your-name-homepage origin frontend-experiment
then do git push -u feature/your-name-homepage. This sets up a remote branch upstream from your local branch.
More details for the above steps is provided in the README