Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 510 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 510 Bytes

jakartajs/conference-website

Source code for the JakartaJS Conference website

Developing

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

Credits

Built with Gatsby - the blazing-fast static site generator for React.