Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 802 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 802 Bytes

Local development

Once you've cloned this repository run yarn to install all dependencies.

Then run netlify dev

Then, to start the website run yarn run start. This will start everything needed for you to view the website locally. It should also automatically open a browser window with the local version of the site running. If not, check the output in your terminal to work out what's going on.

To publish changes, open a pull request on GitHub. Once that's merged your changes will be automatically deployed.

If you run into any problems please open a GitHub issue.