The frontend application for habbo-rcon-server
- Download this repo and extract it.
- Open terminal and
cd
inside the folder then runnpm i
- Rename
.env.example
to.env
and change theAPI_HOST
. This should be the host where habbo-rcon-server is running. - Run
npm run-script build
to recompile the project to the latest updates.
Now the project is up-to-date. The only thing left is to host it.
Setup your webserver to use the public
folder as the root directory.
When you change something inside src/
folder you need to recompile the project.
To do so simply open a terminal and run npm run-script build
.