An open API service indexing awesome lists of open source software.

https://github.com/alexfriesen/zeity

time tracking app with great UX
https://github.com/alexfriesen/zeity

nuxt open-source productivity productivity-app productivity-tool time time-tracker timer vue webapp

Last synced: about 1 month ago
JSON representation

time tracking app with great UX

Awesome Lists containing this project

README

        

# 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:

```sh
pnpm dev
```

### Building the Application
To build the application for production, run:

```sh
pnpm build
```

### Linting
To lint the code, run:

```sh
pnpm lint
```

### Testing
To run the tests, run:

```sh
pnpm test
```