PiRogueToolSuite / piroguetoolsuite.github.io

Source of the project website
https://pts-project.org/
MIT License
22 stars 14 forks source link

PiRogue Tool Suite website

License: MIT

Website | Documentation | Support

Getting Started

This is a quick guide to contributing to this project.

Setting Up

Download Hugo and all the different dependencies using the npm command:

npm install

Development

Automatically rebuild the website content while editing it using the dev command:

npm run dev

Build

Build the website content using the build command:

npm run build

Preview

To preview the website content locally, use the preview command:

npm run preview

Contributing

If you find any issues or have suggestions, please submit a pull request.

License

This project is licensed under MIT license. See the LICENSE file for details.