inkredo / 91paisa-dashboard

reviewer dashboard
https://betaboard.91paisa.com
0 stars 0 forks source link
# 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