@@ -48,8 +48,8 @@ To build the site for development:
4848- Run ` npm install -g firebase-tools ` to globally install the Firebase CLI.
4949- Run ` npm install ` in the root folder to get dependencies.
5050- Run ` npm install ` in the ` functions ` folder.
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:
51+ - To start the project, run ` npm run dev ` in the root folder. This runs a
52+ script, which is responsible for doing several things concurrently:
5353 - Build the TypeScript cloud functions in watch mode.
5454 - Start the Firebase Local Emulator Suite.
5555 - Start the frontend with React Fast Refresh enabled.
@@ -59,8 +59,10 @@ the database will be empty, so you will not see any games or chat messages, but
5959everything should work. Try starting a game or posting a message. If something
6060does not work, check for errors in the developer tools (in Chrome: press
6161` Ctrl+Shift+I ` or ` F12 ` and switch to the "Console" tab) and in the terminal
62- window where you ran ` npm ` . Feel free to reach out for help. Send screenshots of
63- both the devtools console and the terminal.
62+ window where you ran ` npm ` . Feel free to reach out for help. When asking for
63+ help, please explain what you did, what happened, and attach the
64+ ` firebase-debug.log ` file from the root folder and screenshots of both the
65+ devtools console and the terminal.
6466
6567You should also be able to access the Emulator UI at http://localhost:4000 ,
6668which contains useful information and allows you to inspect/modify the database
0 commit comments