#100m code (men)
This is front-end code and data for Every country's fastest man in one race.
This project uses d3 v4 and webpack.
Open a console session in the project folder:
Get project for first time
git clone [repo url]
-OR-
Get latest version of code
git pull
If you are cloning for the first time, run npm install
. That will download your dependencies.
Launch the dev environment
npm run dev
control + c to quit working
Commit changes
git add .
git status
git commit -m "[describe work]"
Make changes available to everyone
git push
Also: running the code below will build for production
npm run build