Skip to content

Commit 3993922

Browse files
author
Bart Hazen
committed
Detail out the setup even further.
1 parent e39dd01 commit 3993922

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

CONTRIBUTING.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22

33
This document describes how the development of Python Create is organised.
44

5-
6-
## Setting up the project
5+
## Setting up the project for development
76

87
```bash
8+
npm install -g firebase-tools
99
npm install
1010
npm run start # Develop mode
1111
```
@@ -17,7 +17,8 @@ An example would be `feature/PC16_seo_improvement`.
1717

1818
## Going to production
1919

20-
Verify that the website still works after running the commands below.
20+
Verify that the website still works after running the commands below. This shows that the
21+
built package also works on the firebase emulator.
2122

2223
```bash
2324
npm run build # Build source files

0 commit comments

Comments
 (0)