This website is built using Docusaurus and hosted on GitHub Pages.
To build and serve the website locally, follow these steps:
- Clone the repository:
git clone git@github.com:KPI-Rover/KPI-Rover.github.io.git cd KPI-Rover.github.io - Install dependencies: Make sure you have Node.js installed. Then, run:
npm install
- Build the site:
npm run build
- Serve the site locally:
npm run serve
- Develop locally: If you want to develop and see changes in real-time, you can use:
npm run start