Skip to content

nishojib/kupolog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FFXIV Dailies

FFXIV dailies is an app to help you track your dailies, weeklies and custom tasks.

Installation

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.

Using Docker

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 

Using local environment

Follow the steps mentioned in the following sections:

  1. Frontend
  2. Backend

Contributing

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.

License

MIT