Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 628 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 628 Bytes

FerrumC Documentation

This is the public repository for our documentation.
You can access the docs here.

Contributing

Want to contribute? See the below guide.

  1. Fork the repository and then clone it.
git clone https://github.com/user/docs
  1. Open a terminal in the new cloned repository folder and run npm install. This will install necessary dependencies.

  2. Run npm run dev to start a dev server. You will be provided with a link that will update automatically on changes.

  3. Make your changes! Experiment, and then open a PR.