A minimalist software accounting app, developed using T3 Stack(Typescript, tRPC, TailwindCss)
https://serenity-sable.vercel.app
- Light/dark mode toggle
- Invoicing
- Purchasing
- Dashboard
- Live previews
- Fullscreen mode
- Cross platform
Client: React, NextJS, ShadcnUI, TailwindCSS, MagicUI
Server: Node, tRPC
Contributions to Serenity Accounting are always welcome! Whether it's bug reports, feature requests, or improvements to the documentation, all feedback is appreciated.
See contributing.md
for ways to get started.
Please adhere to this project's code of conduct
.
To run this project, you will need to add/configure your own env (please see .env.example and copy-paste to your .env file)
Clone the project
git clone https://github.com/mhmadamrii/serenity.git
Go to the project directory
cd serenity
Install dependencies
npm install
Generate Database
npm run db:push
Start the server
npm run dev
hello world