Skip to content

Commit 0ee5933

Browse files
committed
fix readme
1 parent a39730d commit 0ee5933

1 file changed

Lines changed: 4 additions & 6 deletions

File tree

README.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -76,14 +76,12 @@ firebase use openplanner
7676
6. Configure hosting targets with the Firebase CLI (replace X with your actual target suffix):
7777

7878
```
79-
firebase target:apply hosting conferencecenterrX dist
80-
firebase target:apply hosting apiopenplannerX api-swagger
81-
firebase target:apply hosting serviceapiX serviceapi-swagger
82-
```
83-
8479
firebase target:apply hosting conferencecenterr conferencecenterrX
8580
firebase target:apply hosting apiopenplanner apiopenplannerX
86-
firebase target:apply hosting serviceapi serviceapiX 7. Deploy: `firebase deploy`.
81+
firebase target:apply hosting serviceapi serviceapiX
82+
```
83+
84+
7. Deploy: `firebase deploy`.
8785

8886
8. Run frontend app: `npm run start`. Your app is available on `http://localhost:3000/`.
8987

0 commit comments

Comments
 (0)