/LifeUp-Wiki

The documents of LifeUp.

Primary LanguageKotlin

LifeUp-Wiki

Contribute to LifeUp Wiki

Fork and Clone the Repository

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

Install Docsify CLI

npm install docsify-cli -g

Run Docsify Server

docsify serve ./docs

View the Documentation

Make Changes and Commit

git add .
git commit -m "Add descriptive commit message here"

Push Changes to Your Fork

git push

Create a Pull Request

Visit your forked repository on GitHub and create a new pull request.