Zeity is a productivity app focused on time tracking, managing projects and getting things done.
This project is in an early stage of development.
- Node.js
- pnpm
To start the development server, run:
pnpm dev
To build the application for production, run:
pnpm build
To lint the code, run:
pnpm lint
To run the tests, run:
pnpm test