zeus.ugent.be/README.md
2016-07-28 11:48:35 +02:00

33 lines
579 B
Markdown

# zeus.ugent.be
[![Build Status](https://travis-ci.org/ZeusWPI/zeus.ugent.be.svg?branch=master)](https://travis-ci.org/ZeusWPI/zeus.ugent.be)
## Installation
```bash
bundle install
npm install
```
## Developing
In one session:
```bash
bundle exec guard
```
Guard will watch for file changes and automatically recompile the site
In another session:
```bash
bundle exec nanoc view
```
## Deploying
The latest builds on master get deployed automatically using [travis](https://travis-ci.org).
For manual deployment, run
```bash
bundle exec nanoc deploy --target public
```