Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/reload/display-dev
https://github.com/reload/display-dev
Last synced: about 5 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/reload/display-dev
- Owner: reload
- Created: 2022-03-04T12:24:43.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-01-10T09:31:22.000Z (almost 2 years ago)
- Last Synced: 2023-03-11T02:34:24.678Z (over 1 year ago)
- Language: Shell
- Size: 416 KB
- Stars: 0
- Watchers: 0
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Experimental OS2Display v2 Dev setup
## Prerequisites
- [mkcert](https://github.com/FiloSottile/mkcert)
- [Docker](https://docs.docker.com/engine/install)
- [Task](https://taskfile.dev)## Getting startet
```shell
# We have separate tasks for handling traefik a developer may want to handle
# the operation of a local development proxy separate from the reset flow of
# the app containers.
$ task traefik:reset# Then perform a full reset.
$ task reset
```