Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bjoernricks/work-shop-wednesday
Wednesday Workshops
https://github.com/bjoernricks/work-shop-wednesday
Last synced: about 1 month ago
JSON representation
Wednesday Workshops
- Host: GitHub
- URL: https://github.com/bjoernricks/work-shop-wednesday
- Owner: bjoernricks
- License: gpl-3.0
- Created: 2022-10-12T06:55:40.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-08T04:53:10.000Z (7 months ago)
- Last Synced: 2024-04-08T05:39:18.499Z (7 months ago)
- Language: Python
- Homepage: https://bjoernricks.github.io/work-shop-wednesday/
- Size: 874 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Wednesday Workshops
Code, Notes, etc. of our Wednesday Workshops.
Website: https://bjoernricks.github.io/work-shop-wednesday/## Installation
To install the dependencies to build and run the docs run:```sh
poetry install
```## Live Server
To start a HTTP server that updates the pages on every save (*Live Server*) run:```sh
poetry run make livehtml
```## Build
To build static HTML content run:```sh
poetry run make html
```