Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/agardnerit/codespacetestground
https://github.com/agardnerit/codespacetestground
Last synced: 8 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/agardnerit/codespacetestground
- Owner: agardnerIT
- License: apache-2.0
- Created: 2024-06-12T03:54:38.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-07-02T23:03:38.000Z (6 months ago)
- Last Synced: 2024-07-04T21:19:26.758Z (6 months ago)
- Language: JavaScript
- Size: 1.38 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# codespacetestground
## Documentation Website
### Installation
```
pip install mkdocs
mkdocs serve -a localhost:9000
# Site available on
```### Serving Locally / Development
```
mkdocs serve -a localhost:9000
# Site available at: http://localhost:9000
```### Building and Uploading
```
mkdocs build --site-dir=site
git add site/*
git commit -m "update docs"
git push
```A GitHub action (`github/.workflows/static.yml`) will then pick up those files and deploy to GitHub Pages.