Flosum agent to work with git providers such as Github, Gitlab, Azure, BitBucket including On-premise editions.
- NodeJS 15.* (through nvm)
- Git shell
To enable debug through logger you should add 'DEBUG=flosum-agent*' to .env
Get started developing
via npm
# install deps
npm install
# run api server
npm run docs
# run in development mode
npm run dev
# run tests
npm run test
You must be logined into heroku in cli.
npm run compile
cd build
git init
git commit . -m "make it better"
heroku git:remote
git push heroku
Install all package dependencies (one time operation)
npm install
Runs the application is development mode. Should not be used in production
npm run dev
Compiles the application and starts it in production mode.
npm run build
npm start