Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/reload/display-dev


https://github.com/reload/display-dev

Last synced: about 5 hours ago
JSON representation

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
```