Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 585 Bytes

CONTRIBUTING.md

File metadata and controls

15 lines (11 loc) · 585 Bytes

Contributing

Development

To install dependencies, after installing ruby, install bundle with gem install bundle and then use bundle install to install dependencies.

Now you can start editing files in source directory. Launch a server with make serve to view the resulting HTML in your browser.

To build the site run make build. This will generate site's static files in build folder.

References