Installation instructions for Fission Workflows (#453)

This commit is contained in:
Erwin van Eyk
2018-02-01 03:59:46 +08:00
committed by Ta-Ching Chen
parent c00f76b561
commit 0c92f59c38
2 changed files with 169 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
# Fission Documentation Website
## Development
* [Hugo Installation Guide](https://gohugo.io/getting-started/installing/)
* Local Preview
```
$ hugo server --buildDrafts --disableFastRender
```