Quick Start
Here is a demonstration of how to get started with Kener in seconds
Requirements
- Node.js Minimum version required is
v22.12.0
. - Git
- sqlite3
Clone the repository
git clone https://github.com/rajnandan1/kener.git
cd kener
Install Dependencies
npm install
Setup Configuration
- Rename
config/site.example.yaml
->config/site.yaml
- Rename
config/monitors.example.yaml
->config/monitors.yaml
- Rename
config/server.example.yaml
->config/server.yaml
cp config/site.example.yaml config/site.yaml
cp config/monitors.example.yaml config/monitors.yaml
cp config/server.example.yaml config/server.yaml
Start Kener
npm run dev
Kener Development Server would be running at PORT 3000. Go to http://localhost:3000