Skip to content

alexfriesen/zeity

Repository files navigation

Zeity

Zeity is a time tracking app with a focus on UX.

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