mirror of
https://github.com/rajnandan1/kener.git
synced 2026-01-04 16:40:09 -06:00
769 B
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