mirror of
https://github.com/pinry/pinry.git
synced 2025-11-17 18:30:39 +01:00
9 lines
270 B
Markdown
9 lines
270 B
Markdown
|
|
# Docs
|
||
|
|
|
||
|
|
Timestrap's docs are built with `mkdocs`. If you have dev dependencies
|
||
|
|
installed, `pipenv install --dev`, then you can use the following commands:
|
||
|
|
|
||
|
|
- `gulp docs:serve` for testing
|
||
|
|
- `gulp docs:build` to build the files
|
||
|
|
- `gulp docs:publish` to publish to github
|