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

Customizing your frontend

Notplayingallday383 edited this page Mar 27, 2023 · 4 revisions

Customizing your frontend

The static files (frontend) is generated in the BruhProx-Static repository. You can follow the instructions within the repository to modify the frontend here.

Walkthrough

Follow the instructions for deployment found in other pages of the wiki. The following steps assume you are in a directory containing the content of BruhProx Instance.

  1. Clone BruhProx-Static git clone https://github.com/z1g-project/BruhProx-Static.git cd BruhProx-static
  2. Install dependencies npm install
  3. Make your changes You may go back to this step anytime, however we recommend you make your changes before applying them.

The content inside BruhProx-static/public/ may be modified. This directory contains assets and HTML webpages.

  1. Install the modified module You should only have to do this once. Any future changes to BruhProx-static/public/ will immediately take effect.

Enter the BruhProx directory:

cd ..

Install the new module:

npm install ./Ultraviolet-Static

  1. Start npm start
Clone this wiki locally