- Make sure commands
git
,node
andyarn
are available. - Fork the repository to your GitHub account.
- Clone the forked repository.
- Change directory to the local repository.
- Execute
./init.sh
.
$ nvm --version
0.33.11
$ node -v
v11.11.0
$ npm -v
6.9.0
$ yarn -v
1.13.0
- All code files are edited by WebStorm.
- All ".md" files are edited by Typora.
- Style of all ".md" files is Github Flavored Markdown.
- There is a LF (Linux) at end of each line..