Source code for https://www.jakartajs.org/
This project is based on the default Gatsby starter
For an overview of the project structure please refer to the Gatsby documentation - Building with Components
Install this starter (assuming Gatsby is installed) by running from your CLI:
npm install -g gatsby-cli
gatsby new gatsby-example-site
A nodejs >= 8.0.0 setup with yarn is recommended.
# install dependencies
yarn
# ...or if you'd like to use npm instead
npm install
# serve with hot reload at localhost:8000
npm run develop
# build for production
npm run build