Skip to content
This repository has been archived by the owner on Oct 29, 2018. It is now read-only.

inkredo/91paisa-dashboard

Repository files navigation

91paisa

Setup

Install dependencies:

npm install

Start development Server:

npm start

Deployment

Note: before deploying on server remember to add the respective ssh keys

ssh-add 91-paisa-dashboard.pem

Deploy to release-channel:

npm run deploy:release

Deploy to production:

npm run deploy:production