Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/talpor/talpor-culture-handbook
Repository for the talPor Culture Handbook
https://github.com/talpor/talpor-culture-handbook
Last synced: about 2 months ago
JSON representation
Repository for the talPor Culture Handbook
- Host: GitHub
- URL: https://github.com/talpor/talpor-culture-handbook
- Owner: talpor
- Created: 2015-07-30T11:23:54.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-07-30T11:44:25.000Z (over 9 years ago)
- Last Synced: 2024-04-16T18:39:06.279Z (9 months ago)
- Size: 488 KB
- Stars: 0
- Watchers: 6
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# talpor-handbook
##The talPor Solutions Handbook
This repository of documents uses [mkdocs](http://www.mkdocs.org/) to generate an HTML documentation.
All source documents are in the docs directory and are written using Mardown notation.
## Building
Install mkdocs:
`pip install -r requirements.pip`
To generate the page's HTML run:
`mkdocs build`
To run a local server that lets you browse the generated HTML
`mkdocs serve`