Tiger15cub / Sirius

Sirius is a universal Fortnite private server backend written in TypeScript.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sirius Banner

Sirius

Sirius is a universal Fortnite private server backend written in TypeScript.

Getting Started

To get started with Sirius, follow these steps:

  1. Clone the repository:

    git clone https://github.com/Skiesuwu/Sirius.git
  2. Install Node.js: Install the latest version of Node.js.

  3. Setting up Environment:

    • Navigate to the config folder
    • Rename .env.example to .env
    • Edit CLIENT_SECRET in the .env file and enter your backend client secret (enter a random string of number or letters must be 32 characters or more.).
  4. Install Dependencies: Open your command prompt and run:

    npm install
  5. Build Sirius: Run the command:

    npm run build
  6. Start Sirius: To start Sirius, run:

    node .

About

Sirius is a universal Fortnite private server backend written in TypeScript.

License:MIT License


Languages

Language:TypeScript 100.0%