Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 494 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 494 Bytes

aquellex.ws

Source code for aquellex.ws.

Developing

A nodejs >= 6.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 start

# build for production
npm run build

Credits

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