This os the web page from the Erased Memories game.
To install dependencies, run:
npm i
In order to deploy the project locally, you will have to run:
npm run dev
To build the project, which is needed for firebase hosting, run:
npm run build
This project supports hosting on Firebase Hosting service. If starting working within the project, you will need to follow these steps:
Run this command and select your account or introduce your email and password. The
firebase login
Once you have logged in, you will have to select this project on the deployed list.
Initialize Firebase services by running:
firebase init
This project has Firebase tools integrated, so the webapp can be hosted running this command:
firebase deploy