Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 331 Bytes

README.md

File metadata and controls

31 lines (19 loc) · 331 Bytes

Kokpit

A simple dashboard framework written in AngularJS.

Requirements

You need NodeJS and Redis running and up.

How to Use

git clone https://github.com/nukomeet/kokpit
cd kokpit
npm install

Run it as:

foreman start

Web application will be accessible at localhost:5000.

Heroku