KOOMPI BI is about delivering relevant and reliable information to the right people at the right time with the goal of achieving better decisions faster.
One to two paragraph statement about your product and what it does.
cd koompi
npm install
npm startBefore run the dashboard you should
cd backend
npm install
node index.jscd dashboard
npm install
npm start- Fork it (https://github.com/koompi/koompi-bi/fork)
- Create your feature branch (
git checkout -b feature/koompiBI) - Commit your changes (
git commit -am 'Add some KoompiBI Change') - Push to the branch (
git push origin feature/koompiBI) - Create a new Pull Request
