Skip to content

Latest commit

 

History

History
43 lines (29 loc) · 534 Bytes

README.md

File metadata and controls

43 lines (29 loc) · 534 Bytes

Zeity

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

Important

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