Skip to content

Commit 6f9109f

Browse files
committed
Small clarification in README
1 parent 3caf6c8 commit 6f9109f

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -42,13 +42,14 @@ To build the site for development:
4242
> resulting Linux environment for better developer experience. However, recent
4343
> versions of the fork run on Windows directly as well.
4444
45-
- Install Node.js 20 and npm 10.
46-
- Run `npm install -g firebase-tools` to globally install the Firebase CLI. This
47-
requires Java version 11 or higher.
45+
- Install Node.js 20 and npm 10. Use these exact versions, though newer versions
46+
_might_ work.
47+
- Install Java version 11 or higher.
48+
- Run `npm install -g firebase-tools` to globally install the Firebase CLI.
4849
- Run `npm install` in the root folder to get dependencies.
4950
- Run `npm install` in the `functions` folder.
50-
- To start the project, run `npm run dev`. This runs a script, which is
51-
responsible for doing several things concurrently:
51+
- To start the project, run `npm run dev` in the root folder. This runs a script,
52+
which is responsible for doing several things concurrently:
5253
- Build the TypeScript cloud functions in watch mode.
5354
- Start the Firebase Local Emulator Suite.
5455
- Start the frontend with React Fast Refresh enabled.

0 commit comments

Comments
 (0)