Skip to content

tomdewildt/corinapatings.nl

Repository files navigation

corinapatings.nl

Build License

Website for corinapatings.nl. This website is build with Gatsby, content is managed by Netlify CMS and the site is hosted on Netlify.

How To Run

Prerequisites:

  • node version 18.12.1 or later
  • npm version 8.19.2 or later

Development

  1. Run npm install to install the project dependencies.
  2. Run npm start or gatsby develop to start the gatsby app.

Production

  1. Run npm install to install the project dependencies.
  2. Run npm run build to build the project.
  3. Run npm run serve to serve to production build.
  4. Run npm run clean to clean up to build files & cache

References

Gatsby Starter Netlify CMS

Add Netlify CMS To Your Site

Sourcing From Netlify CMS

Gatsby File Structure