To get a local copy up and running follow these simple example steps.
- Clone the repo
git clone https://github.com/chebarash/Solar.git
- Install NPM packages
npm install
- Setup environment following variables
APP_PORT=<port> BOT=<telegram bot token> ADMIN=<telegram chat id> DB_CONNECTION_STRING=<mongodb url> NODE_ENV=production
- Build
npm run build
- Launch
npm start