1 | # @sutton-signwriting/sutton-signwriting
|
2 |
|
3 | [](https://gitter.im/sutton-signwriting/community?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
|
4 |
|
5 | <img alt="Sutton SignWriting" src="./docs/img/sutton-signwriting.io.png" width="100%">
|
6 |
|
7 | Source for [www.Sutton-SignWriting.io](https://www.sutton-signwriting.io).
|
8 |
|
9 | The site is built using [MkDocs](https://www.mkdocs.org/) and served from the [sutton-signwriting.github.io](https://github.com/sutton-signwriting/sutton-signwriting.github.io) repo.
|
10 |
|
11 | ## Dependencies
|
12 |
|
13 | To create the documentation website, you need to install mkdocs and npm.
|
14 |
|
15 | ``` bash
|
16 | sudo apt install mkdocs
|
17 | sudo apt install npm
|
18 | ```
|
19 |
|
20 | ## Documentation
|
21 | Modify the documentation files as needed.
|
22 |
|
23 | mkdocs.yml
|
24 | docs/*
|
25 |
|
26 | ## Package Scripts
|
27 | ``` bash
|
28 | # open server with live updates
|
29 | npm start
|
30 |
|
31 | # write website to site directory
|
32 | npm run build
|
33 |
|
34 | # write website to ../sutton-signwriting.github.io directory
|
35 | npm run deploy
|
36 | ```
|