https://github.com/reload/display-dev
https://github.com/reload/display-dev
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/reload/display-dev
- Owner: reload
- Created: 2022-03-04T12:24:43.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-09-05T04:35:57.000Z (over 1 year ago)
- Last Synced: 2025-01-18T23:17:49.079Z (4 months ago)
- Language: Shell
- Size: 402 KB
- Stars: 0
- Watchers: 3
- Forks: 3
- Open Issues: 1
-
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
```