Skip to content

Commit

Permalink
docs: format readme
Browse files Browse the repository at this point in the history
  • Loading branch information
alexfriesen committed Nov 14, 2024
1 parent 79c489f commit f8c6023
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

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

This project is in an early stage of development.
*This project is in an early stage of development.*

## Getting Started

Expand All @@ -19,21 +19,21 @@ To start the development server, run:
pnpm dev
```

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

```sh
pnpm build
```

Linting
### Linting
To lint the code, run:

```sh
pnpm lint
```

Testing
### Testing
To run the tests, run:

```sh
Expand Down

0 comments on commit f8c6023

Please sign in to comment.