Source code for the JakartaJS Conference website
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 dev
# build for production
npm run build
Built with Gatsby - the blazing-fast static site generator for React.