@sutton-signwriting/sutton-signwriting
v1.0.1
Published
a website of information and resources about the Sutton SignWriting script
Maintainers
Readme
@sutton-signwriting/sutton-signwriting
Source for www.Sutton-SignWriting.io.
The site is built using MkDocs and served from the sutton-signwriting.github.io repo.
Dependencies
To create the documentation website, you need to install mkdocs and npm.
sudo apt install mkdocs
sudo apt install npmDocumentation
Modify the documentation files as needed.
mkdocs.yml
docs/*Package Scripts
# open server with live updates
npm start
# write website to site directory
npm run build
# write website to ../sutton-signwriting.github.io directory
npm run deploy