No description
|
|
||
|---|---|---|
| src | ||
| static | ||
| .env.example | ||
| .gitignore | ||
| .npmrc | ||
| .prettierignore | ||
| .prettierrc | ||
| bun.lockb | ||
| Dockerfile | ||
| eslint.config.js | ||
| LICENSE | ||
| package.json | ||
| postcss.config.js | ||
| README.md | ||
| svelte.config.js | ||
| tailwind.config.ts | ||
| tsconfig.json | ||
| vite.config.ts | ||
MC:CE Open Bank Account
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
Setup
- 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
Contributing
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!