In your workspace directory :
git clone git@github.com:Orange-OpenSource/Tota11ylost.git
You need to serve the project. For example :
Install Node.js (depends on your platform).
Install http-server : (in a console)
npm i -g http-server
Start the server : (in your project directory)
cd src
http-server
Display the escape game : (in your browser)
localhost:8080
- To use the project locally, you must copy the firebaseConfig.js file to /src.
- If you access scores.html directly, the current score will not be saved. For it to be so, you must go to scores.html?store=true.
- You can reduce the hint wait time to 10 seconds by adding ?debug=true to your page URL.