deployment instructions on readme

This commit is contained in:
msramalho
2023-11-27 15:27:37 +00:00
parent c87f71548f
commit 78e7092d01
2 changed files with 23 additions and 7 deletions

View File

@@ -22,3 +22,10 @@ yarn lint
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).
### Release process
1. install firebase locally
2. login to your firebase account with `firebase login`
3. make sure you have access to the project `firebase projects:list`
4. build `yarn build` and then release `firebase deploy --only hosting`