This project was bootstrapped with Create React App.
First pick a GitHub card to do. (Projects tab > Major Master > Pick a card). You have to make a new branch before you can make changes. You should make a new branch that corresponds to this project card. Follow these in your command line.
git checkout -b name_of_your_branch
Make your changes in that branch. Make commits and stuff as normal. When you are finished your Trello assignment, make sure everything is commited and push it.
git push origin name_of_your_branch
Then on Github, make a pull request that merges your branch to master. Then people can review it.
To start, make sure you clone this repo and run yarn
.
If you do not have that command, make sure you install Node here and yarn here.
Then
In the project directory, you can run this command in the terminal:
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
The page will reload if you make edits.
You will also see any lint errors in the console.
Python web scraping files in scraper/
and web application files are
in /src/
.