File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed
Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff 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.
You can’t perform that action at this time.
0 commit comments