development
Development Guide
Setup
git clone https://gitlab.com/blueflyio/technical-docs cd technical-docs npm install
Development Workflow
- Create feature branch
- Make changes
- Run tests
- Submit merge request
Testing
npm test npm run test:coverage
git clone https://gitlab.com/blueflyio/technical-docs cd technical-docs npm install
npm test npm run test:coverage