Files
kener/docs/quick-start.md
Raj Nandan Sharma 0f5dd0fd31 feat: added analytics
2024-11-14 23:58:22 +05:30

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