-
Fork the repository on GitHub.
-
Clone the forked repository to your local machine.
git clone https://github.com/<your_github_username>/freeForGeeks.git
-
Get into the root directory
cd freeForGeeks
-
Install
docsify-cli
globally, which helps initializing and previewing the website locally.npm i docsify-cli -g
-
Create your branch
git checkout -b <your_branch_name>
-
Run the
local server
to preview the site in your browser.docsify serve
-
Go to http://localhost:3000 in your browser to see the site.
-
Make sure your code follows the style guidelines of this project.
-
Write clear, concise commit messages.
git commit -m "✨ <commit message here>"
-
Push to the branch.
git push origin <your_branch_name>
- Open a pull request.
Please note that this project is released with a Code of Conduct. By participating in this project you agree to abide by its terms.