From https://github.com/jeremy-friesen/stackoverflow-2019-survey-world-map-d3
git clone https://github.com/Louison5/D3JS
python preprocess.py
You should try to set up live servers on your personal IDEs
If you are unfamiliar, see Tutorial. If you don't want to work this way, or with git or github, 将你的成果打包发群里,并指出哪些文件做了什么改动
Branching:
git branch <branch_name>
git checkout <branch_name>
Create and switch between branches to work on different features or bug fixes simultaneously.
Push Changes:
git add <file(s)>
git commit -m "Commit message"
git push origin <branch_name>
Add, commit, and push your changes to the remote repository on a specific branch. Pull Changes:
git pull origin <branch_name>
Fetch and merge the latest changes from a remote repository into your local branch. Merge Changes:
git checkout <target_branch>
git merge <source_branch>
| country
| ├── year
| | ├── hdi
| | ├── ppp
| | ├── sex
| | | ├── ...
| | ├── age
| | | ├── ...
important components: 1. timeline 2. colorbar 3. turning pages
🛠️under construction
Here, any group member could publish some quests,
format:
quest_id.quest_raiser:quest(quest_taker)✅
Filled quests will be credited
1.luoyc: Finish the colorbar()