This is an application to view the MC:CE bank account balance and transactions.
This application consists of two parts:
- Frontend: Connects to a CDN with JSON files containing the data
- Backend (Cron): Fetches the data from GoCardless and stores it in S3
- Install Bun
- Clone the repository
- Copy
.env.exampleto.env - (Optional) Change the
PUBLIC_BALANCE_DATA_URLandPUBLIC_TRANSACTIONS_DATA_URLto point to your own JSON files, by default they point to our CDN containing the data for the MC:CE account - Run
bun installto install dependencies - Run
bun --bun run devto start the development server
Contributions are welcome! Please open an issue before starting work on a pull request. You can ping me (@perny) on Discord if you have any questions!
