We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6225c6 commit e312645Copy full SHA for e312645
README.md
@@ -49,6 +49,16 @@ firebase experiments:enable webframeworks
49
50
- Firebase CLI version 10.9.1 or later (see installation instructions [here](https://firebase.google.com/docs/cli))
51
52
+
53
+## Initialize Firebase Hosting
54
55
+When you initialize Firebase Hosting it should automatically detect known Web Frameworks, if one isn't discovered
56
+you'll be given a list of supported frameworks to start with.
57
58
+```shell
59
+firebase init hosting
60
+```
61
62
## Serve locally
63
64
You can test your integration locally by following these steps:
0 commit comments