This project uses React + Gatsby + Plone for the creation of static pages and deployment with CircliCI to GitHubPages.
For more Gatsby information check Gatsby documentation - Building with Components. For more Plone information check Plone documentation. For more Gatsby Starter Plone information check gatsby-starter-plone repository.
- 404 : 404 error handling
- index : Home page
- Clone the repo
git clone https://github.com/Dadlo/plone-gatsby-blog
- Go to the app dir
cd ./plone-gatsby-blog
- Install the app
npm install
- Start the app on development mode
npm run develop
- To run lint / eslint
npm run lint
- To run tests
npm run test
- To build static version into /public directory
npm run build