Skip to content
This repository has been archived by the owner on Jan 18, 2022. It is now read-only.

higoka/habbo-rcon-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

habbo-rcon-client

The frontend application for habbo-rcon-server

Setup

  1. Download this repo and extract it.
  2. Open terminal and cd inside the folder then run npm i
  3. Rename .env.example to .env and change the API_HOST. This should be the host where habbo-rcon-server is running.
  4. 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.

Compiling

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.