Skip to content

Latest commit

 

History

History
49 lines (38 loc) · 792 Bytes

README.md

File metadata and controls

49 lines (38 loc) · 792 Bytes

#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

DO WORK

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