Gatsby makes it easy to build websites and apps based on React. Taking a static gastby website and deploying it on KintoHub couldn't be easier!
About KintoHub:
KintoHub aligns teams to ship & operate cloud native apps with ease. Learn More
- Apply this template to your Github
- Create a Website KintoBlock
- Set the name of your kinto block
- Choose Static from build as your type
- Choose
Node.js
as the language and13.1.0
as the version - Set the Build Command as
npm install && npm run build
- Set the Build Output Folder as
/public/
You're now good to go! Click Create Website. Now click Build Latest Commit
... The build takes about 4 minutes. Once complete, Click Add to Project
Follow the instruction to creating a new project. Once created, you can then click Open on your Gatsby block and see it running live!
Ensure you have the latest node installed
npm install -g gatsby-cli
gatsby build
gatsby serve
npm test
You can do a lot with KintoHub and your deployed application. Some helpful links for next steps that you may consider with this project.