Clone this sucker, run npm install
, and you’re in business.
npm run dev
will compile assets locally, spin up a local instance of the site,
open itself in your browser, and watch for any changes to reload your browser automatically.
When you make a change in the CMS, push a change to GitHub or merge a Pull Request, the CI will get kicked off at https://app.netlify.com/sites/upbeat-lovelace-3e9fff/deploys
The guideline for this repo is to use the Airbnb JavaScript Style Guide except that semicolons are set to never/false.
ESLint is setup for linting and Prettier is setup for formatting. Configure them in your editor and run prettier on JS files before committing them.
Since there are a lot of generated and legacy files, there are no commit hooks or other automated enforcement of these policies.