feat: reports

This commit is contained in:
trafficlunar 2026-04-17 20:15:02 +01:00
parent 896dc40553
commit 97f0fda25c
16 changed files with 315 additions and 389 deletions

View file

@ -1,5 +1,7 @@
# TomodachiShare Development Instructions
This is probably outdated.
Welcome to the TomodachiShare development guide! This project uses [pnpm](https://pnpm.io/) for package management, [Next.js](https://nextjs.org/) with the app router for the front-end and back-end, [Prisma](https://prisma.io) for the database, [TailwindCSS](https://tailwindcss.com/) for styling, and [TypeScript](https://www.typescriptlang.org/) for type safety.
## Getting started