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 e39dd01 commit 3993922Copy full SHA for 3993922
CONTRIBUTING.md
@@ -2,10 +2,10 @@
2
3
This document describes how the development of Python Create is organised.
4
5
-
6
-## Setting up the project
+## Setting up the project for development
7
8
```bash
+npm install -g firebase-tools
9
npm install
10
npm run start # Develop mode
11
```
@@ -17,7 +17,8 @@ An example would be `feature/PC16_seo_improvement`.
17
18
## Going to production
19
20
-Verify that the website still works after running the commands below.
+Verify that the website still works after running the commands below. This shows that the
21
+built package also works on the firebase emulator.
22
23
24
npm run build # Build source files
0 commit comments