Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 491 Bytes

README.md

File metadata and controls

19 lines (10 loc) · 491 Bytes

supermarket_free

Site for supermarket free month

Development

Starting the app

$ npm run start

Building the app

$ npm run build # will 'compile' app into the /docs directory.

Hosting

The app is hosted on github pages, with the code configured to deploy the contents of the /docs directory.

As the docs directory is auto-regenerated, for anything you want to deploy, include it in the /src directory and then rebuild the app to update it into the /docs directory.