Kener has been tested from Node18. It should work with Node 16 and above. It uses SvelteKit and shadcn-svelte
1linkgit clone https://github.com/rajnandan1/kener.git
2linkcd kener
1linknpm install
config/site.example.yaml
-> config/site.yaml
config/monitors.example.yaml
-> config/monitors.yaml
1linkmv config/site.example.yaml config/site.yaml
2linkmv config/monitors.example.yaml config/monitors.yaml
3linkmkdir -p ./static/kener
1link$npm run kener:dev
Kener Development Server would be running at PORT 5173. Go to http://localhost:5173