Files
kener/docs/quick-start.md
Raj Nandan Sharma 5abfafe2fa new doc site
2024-11-11 08:40:44 +05:30

769 B

Quick Start

Please make sure you have Node installed in your system. Minimum version required is v16.17.0.

Clone the repository

git clone https://github.com/rajnandan1/kener.git
cd kener

Install Dependencies

npm install

Configs

  • Rename config/site.example.yaml -> config/site.yaml
  • Rename config/monitors.example.yaml -> config/monitors.yaml
mv src/lib/server/config/site.example.yaml src/lib/server/config/site.yaml
mv src/lib/server/config/monitors.example.yaml src/lib/server/config/monitors.yaml

Start Kener Development Server

npm run dev

Kener Development Server would be running at PORT 3000. Go to http://localhost:3000