Skip to content

Latest commit

 

History

History
60 lines (52 loc) · 1.99 KB

README.md

File metadata and controls

60 lines (52 loc) · 1.99 KB


Rockwell Corporation

A company with in Transport Tyoon.

Split into two divisions

RTS Discord PIGS Discord

Features

  • Your Profile
    • Progress to the next rank in each company
    • Your past turnins
  • Live Map
    • PIGS - Pink
    • RTS - Orange
    • Management - Green
  • Payout Calculator
  • Completionist
  • Skills
  • Storages
  • Businesses

Requirements

  • Node >~16.4.0 - link
  • Discord Application - link

Usage

  1. Clone repo
  2. Edit src\config\app_configs.js
    1. Create a Discord Application and copy the APPLICATION ID
    2. Add a OAuth2 -> Redirect http://localhost:4000/api/callback
    3. Set client_id to APPLICATION ID
    4. Set server_url to http://localhost:4000
  3. Run the app
    # Install Dependencies 
    npm install
    
    # Start
    npm start