Warmfly III is an alternate web app for viewing your Firefly III instance.
Warmfly III is an alternate web app for viewing your Firefly III instance. Its purpose is to display your transactions in a way that is friendlier to users who are not so technically inclined.
Some things to consider:
Install dependencies, and then either run npm run dev or npm run build, followed by npm run start.
You need to create a .env.local file in the root repository. Use .env.example as a template.
Build the image:
docker build . -t warmfly-iii:local
Run the image, setting the needed environment variables:
docker run --rm -ti -p 3000:3000 -e FIREFLY_III_BASE_URL=... -e FIREFLY_III_API_TOKEN=... warmfly-iii:local