Skip to content

Productivity app focused on time tracking, managing projects and getting things done

License

Notifications You must be signed in to change notification settings

alexfriesen/zeity

Repository files navigation

Zeity

Zeity is a productivity app focused on time tracking, managing projects and getting things done.

This project is in an early stage of development.

Getting Started

Prerequisites

  • Node.js
  • pnpm

Running the Application

To start the development server, run:

pnpm dev

Building the Application

To build the application for production, run:

pnpm build

Linting

To lint the code, run:

pnpm lint

Testing

To run the tests, run:

pnpm test