Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 470 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 470 Bytes

Zigma API

An API for Zigma app.

Get Started

$ yarn install
$ yarn start

To Deploy

CI/CD is not yet available because Azure needs an organization to deploy from Github. Hence, you will need to deploy this app via local git. Refer to this guide.

$ git remote set-url deploy https://zigma.scm.azurewebsites.net:443/zigma.git
$ git push deploy master