Skip to content

Commit

Permalink
docs: add basic readme
Browse files Browse the repository at this point in the history
  • Loading branch information
alexfriesen committed Nov 14, 2024
1 parent 1bc6dde commit 79c489f
Showing 1 changed file with 41 additions and 1 deletion.
42 changes: 41 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,41 @@
# zeity
# 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:

```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
```

0 comments on commit 79c489f

Please sign in to comment.