First, fork the repository to your own GitHub account. Then, clone your forked repository and navigate into the project directory.
git clone <your_forked_repository_url>
cd LifeUp-Wiki
npm install docsify-cli -g
docsify serve ./docs
- For the Chinese version, navigate to: http://localhost:3000/zh-cn/index.html#/
- For the English version, navigate to: http://localhost:3000/en/index.html#/
git add .
git commit -m "Add descriptive commit message here"
git push
Visit your forked repository on GitHub and create a new pull request.