Skip to content

Latest commit

 

History

History
29 lines (25 loc) · 702 Bytes

File metadata and controls

29 lines (25 loc) · 702 Bytes

Project web page

This website is built using Docusaurus and hosted on GitHub Pages.

How to build locally

To build and serve the website locally, follow these steps:

  1. Clone the repository:
    git clone git@github.com:KPI-Rover/KPI-Rover.github.io.git
    cd KPI-Rover.github.io
  2. Install dependencies: Make sure you have Node.js installed. Then, run:
    npm install
  3. Build the site:
    npm run build
  4. Serve the site locally:
    npm run serve
  5. Develop locally: If you want to develop and see changes in real-time, you can use:
    npm run start