https://github.com/michaelhirn/docs-template
https://github.com/michaelhirn/docs-template
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/michaelhirn/docs-template
- Owner: MichaelHirn
- Created: 2022-03-22T22:18:10.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2022-03-23T08:29:31.000Z (about 3 years ago)
- Last Synced: 2025-01-30T06:44:19.419Z (4 months ago)
- Language: CSS
- Size: 806 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Docs Template
### Use Template
1. Clone the template repo
2. Create Deno Deploy project and link to github repo
3. Set Deno Deploy project slug in `.github/workflows/deploy.yml`### Usage
Generate documentation and start server
```bash
deno task serve
```