Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
binaryshrey authored Jul 30, 2024
1 parent 3e26056 commit 9c11022
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,34 @@
# Chronos ![GitHub deployments](https://img.shields.io/github/deployments/binaryshrey/chronos/production?style=flat&logo=vercel&label=vercel)

A minimalistic Kanban board app : project management and issue tracking for everyone - [View](https://chronos-inc.vercel.app/)

![Banner](https://raw.githubusercontent.com/binaryshrey/Chronos/main/chronos-product.png)

### Development setup

```
git clone https://github.com/binaryshrey/Chronos.git
cd Portfolio
npm i
npm run start
```

Create a .env file for Firebase
```
REACT_APP_FIREBASE_API_KEY=**********
REACT_APP_FIREBASE_AUTHDOMAIN=**********.firebaseapp.com
REACT_APP_FIREBASE_PROJECTID=**********
REACT_APP_FIREBASE_STORAGE_BUCKET=**********.appspot.com
REACT_APP_FIREBASE_MESSAGESENDER_ID=**********
REACT_APP_FIREBASE_APPID=**********
REACT_APP_FIREBASE_MEASUREMENTID=**********
```


Development server runs at `http://localhost:3000`.






0 comments on commit 9c11022

Please sign in to comment.