mirror of
https://github.com/rajnandan1/kener.git
synced 2026-01-06 09:30:21 -06:00
781 B
781 B
title, description
| title | description |
|---|---|
| Quick Start | Kener | Get started with Kener |
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 config/site.example.yaml config/site.yaml
mv config/monitors.example.yaml config/monitors.yaml
Start Kener Development Server
npm run dev
Kener Development Server would be running at PORT 3000. Go to http://localhost:3000