Skip to content

Run Naemon Website Locally

The Naemon Website is build with VitePress and can run on any operating system.

Installation

Prerequisites

bash
git clone https://github.com/naemon/naemon.github.io.git
cd naemon.github.io/

npm install

Now you are ready to start the development server

bash
npm run docs:dev

The dev server should be running at http://localhost:5173 . Visit the URL in your browser to see the Naemon Website running.