Skip to content

Website written in React + Vite to generate a config file to setup your Blacket server instance.

License

Notifications You must be signed in to change notification settings

BlacketPS/setup.blacket.org

Repository files navigation


Logo

setup.blacket.org

Website written in React + Vite to generate a config file to setup your Blacket server instance.

Table of Contents
  1. Getting Started Prerequisites Building
  2. License

Getting Started

Visit setup.blacket.org in your browser in order to generate a config file for your Blacket server instance.

Prerequisites

The following packages need to be installed before building:

  • NodeJS

    cd ~
    curl -sL https://deb.nodesource.com/setup_18.x -o /tmp/nodesource_setup.sh
    sudo bash /tmp/nodesource_setup.sh
    sudo apt install nodejs

Building

  1. Clone the repository into your home folder:

    cd /tmp
    git clone https://github.com/XoticLLC/setup.blacket.org.git
    mv -v /tmp/setup.blacket.org ~/setup.blacket.org
  2. Move to the directory and install dependencies:

    cd ~/setup.blacket.org
    npm i
  3. Build the app:

    npm run build

(back to top)

License

Distributed under the GPL-3.0 License. See LICENSE for more information.

(back to top)