Skip to content

Commit

Permalink
docs: update readme file with deployment instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
pavlo-skumenko committed Aug 19, 2024
1 parent d9f6c3c commit b26ad15
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,11 @@ Firebase: https://task-management-27b61.web.app/
1. install dependencies `npm i`
2. run `npm build`
3. run `npm preview`

## Manually Deployment to Firebase

To deploy, run the following command from the root of project directory:

```
firebase deploy
```

0 comments on commit b26ad15

Please sign in to comment.