arky / piroguetoolsuite.github.io

Source of the project website

Home Page:https://pts-project.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Source of the project website

https://pts-project.org/

License:MIT License


Languages

Language:HTML 71.5%Language:SCSS 21.8%Language:JavaScript 6.7%