-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
1bc6dde
commit 79c489f
Showing
1 changed file
with
41 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
``` |