Skip to content

Latest commit

 

History

History
53 lines (41 loc) · 1.71 KB

README.md

File metadata and controls

53 lines (41 loc) · 1.71 KB

D3-sandbox

"Demo it or it doesn't exist." -- The hacker manifesto

Structure

  • ./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

Contacts

  • @hugo_lz (Hugo Lopez)
  • @planemad (Arun Ganesh)

Lighten repository

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