Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 1.21 KB

README.md

File metadata and controls

31 lines (23 loc) · 1.21 KB

MyOnlineStore API Specification

Test Deploy

Links

Development

Setup

  • Install Docker
    • Alternative: install npm
  • Run cp docker-compose.dist.yml docker-compose.yml
  • Run make initialize
  • Run make run build-dev

Usage

  • 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

Deployment is done automatically (by Travis) upon pushing changes to master