- Install Docker
- Alternative: install npm
- Run
cp docker-compose.dist.yml docker-compose.yml
- Run
make initialize
- Run
make run build-dev
- make run clean: Clear build output
- make run build: Build new content for gp-pages
- make run test: Validate swagger specification
- make start: Run preview server
- make install : Install additional npm packages
- make rebuild: Apply docker container changes
Deployment is done automatically (by Travis) upon pushing changes to master