File tree Expand file tree Collapse file tree 1 file changed +17
-1
lines changed Expand file tree Collapse file tree 1 file changed +17
-1
lines changed Original file line number Diff line number Diff line change 1- ## This work is licensed under a CC BY 4.0 licence.
1+ # FerrumC Documentation
2+ This is the public repository for our documentation.\
3+ You can access the docs [ here] ( https://ferrumc-rs.github.io/docs ) .
4+
5+ ## Contributing
6+ Want to contribute? See the below guide.
7+
8+ 1 . [ Fork the repository] ( https://github.com/ferrumc-rs/docs/fork ) and then clone it.
9+ ``` bash
10+ git clone https://github.com/user/docs
11+ ```
12+
13+ 2 . Open a terminal in the new cloned repository folder and run ` npm install ` . This will install necessary dependencies.
14+
15+ 3 . Run ` npm run dev ` to start a dev server. You will be provided with a link that will update automatically on changes.
16+
17+ 4 . Make your changes! Experiment, and then open a PR.
You can’t perform that action at this time.
0 commit comments