/Otto

Otto - The shopping list that builds itself.

Primary LanguageJavaScript

Getting Started

Run these commands within the project root directory

  1. npm install
  2. gulp -this will install remaining dependencies and generate documentation
  3. gulp development - Runs the development environment and opens the browser; if the page does not load correctly, try refreshing
  4. gulp pre-prod - Runs the production environment and opens the browser; if the page does not load correctly, try refreshing

View the full documentation

To edit the documentation in real time

  1. Run yuidoc . --server from the root directory
  2. Navigate to http://127.0.0.1:3000/
  3. Refer to the YUIDoc Syntax Reference to add to the documentation
  4. Refresh the browser to view changes