Run Naemon Website Locally
The Naemon Website is build with VitePress and can run on any operating system.
Installation
Prerequisites
- Node.js version 18 or higher.
- Text Editor with Markdown syntax support.
- Visual Studio Code for example.
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.