Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 835 Bytes

README.md

File metadata and controls

25 lines (18 loc) · 835 Bytes

Stosyk OpenAPI Specifications

Build Status

Links

Warning: specs link is updated only after Travis CI finishes deployment

Working on specifications

Install

  1. Install Node JS
  2. Clone repo and cd
    • Run npm install

Usage

  1. Run npm start
  2. Checkout console output to see where local server is started.
  3. Make changes in resources or web
  4. All changes are immediately propagated to your local server
  5. Once you finish with the changes you can run tests using: npm test
  6. Push changes to GitHub