higoka / habbo-rcon-client

The frontend application for habbo-rcon-server

Home Page:https://higoka.github.io/habbo-rcon-client-demo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

The frontend application for habbo-rcon-server

https://higoka.github.io/habbo-rcon-client-demo


Languages

Language:Svelte 72.4%Language:JavaScript 18.4%Language:HTML 5.7%Language:CSS 3.3%Language:Shell 0.3%