Getting Started
Run these commands within the project root directory
npm install
gulp
-this will install remaining dependencies and generate documentationgulp development
- Runs the development environment and opens the browser; if the page does not load correctly, try refreshinggulp pre-prod
- Runs the production environment and opens the browser; if the page does not load correctly, try refreshing
documentation
View the fullTo edit the documentation in real time
- Run
yuidoc . --server
from the root directory - Navigate to
http://127.0.0.1:3000/
- Refer to the YUIDoc Syntax Reference to add to the documentation
- Refresh the browser to view changes