mirror of
https://github.com/encounter/frogress.git
synced 2026-03-30 11:10:54 -07:00
86104d49d8
* Basic docker-compose support * Use caddy instead of nginx, re-organise files * frogress.deco.mp -> progress.deco.mp * few tweaks + DOCKER.md * whitespace
564 B
564 B
Frogress
An API for storing/retrieving decompilation progress
Development
For those interested in contributing to frogress's development, please see CONTRIBUTING.md.
Usage
The API will be hosted at https://progress.deco.mp. Usage guide coming soon.
TODO: add example curl commands as well as code snippets / CSV parser for existing format
Docker
This project can be deployed locally using Docker Compose.
docker-compose up --build
See DOCKER.md for more information.