Skip to content

ferrumc-rs/docs

Repository files navigation

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.