drift/docs/README.md

14 lines
510 B
Markdown
Raw Normal View History

2019-08-01 11:56:23 -07:00
# Moor documentation
Contains the source code for the moor documentation, live at moor.simonbinder.eu
We use [Docsy](https://github.com/google/docsy), a Hugo theme for this website. You'll need the extended version of Hugo as described
[here](https://www.docsy.dev/docs/getting-started/).
To work on the documentation, first cd into this directory, then run `git submodule update --init --recursive` and
`npm install`.
2019-08-01 11:56:23 -07:00
## Running the website locally
After the setup, it's just a simple
```
hugo server
```