Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 515 Bytes

README.md

File metadata and controls

19 lines (15 loc) · 515 Bytes
Not for production use just yet

Development Workflow

  • Run npm install
  • Start ohmage at localhost:8080

Developing with navbar:

Developing without navbar:

  • Run npm start

How to build for production

  • Clean up the dist folder: npm run clean

For use without navbar:

  • Run npm run dist

For use with navbar:

  • Run npm run dist_navbar