FFXIV dailies is an app to help you track your dailies, weeklies and custom tasks.
You can install the app two ways. The easiest way to run the app is using docker as the other option is a bit more involved.
Copy and create an .env file following the .env.example in both the frontend and backend projects.
We use Turso for our database. Please follow the guide to setup your own turso database.
Use the docker compose command to run locally.
docker-compose -f docker-compose.dev.yml up
Follow the steps mentioned in the following sections:
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.