Website for corinapatings.nl. This website is build with Gatsby, content is managed by Netlify CMS and the site is hosted on Netlify.
Prerequisites:
- node version
18.12.1
or later - npm version
8.19.2
or later
- Run
npm install
to install the project dependencies. - Run
npm start
orgatsby develop
to start the gatsby app.
- Run
npm install
to install the project dependencies. - Run
npm run build
to build the project. - Run
npm run serve
to serve to production build. - Run
npm run clean
to clean up to build files & cache