"Demo it or it doesn't exist." -- The hacker manifesto
./index.html
is the central page which should diplays maps./js/wikiatlas.js
personal library to draw each king of map../js/
contains convenient js files./x.y_folder
, numbers indicate both priority & maturity (1.1 > 2)./data/
contains old data for D3js community./output/
contains new data sample from make-module
- @hugo_lz (Hugo Lopez)
- @planemad (Arun Ganesh)
Use wisely, notify your teammate.
git config --get remote.origin.url
rm -rf .git
git remote rm origin
git init
git add .
git commit -m "Initial commit"
git remote add origin [email protected]:WikimapsAtlas/d3-sandbox.git
git push -u --force origin master