Hosts my website - https://jon.haddow.me
Built with Gatsbyjs, hosted on Netlify.
yarn
- installs dependenciesyarn start
- runs local Gatsby server on http://localhost:8000/yarn build
- runs production buildyarn serve
- serves production output on http://localhost:9000/yarn test
- starts server and runs Cypress tests
See package.json
for more.