Skip to content

Astraeus-Library/Custom-Telemetry-Controller

 
 

Repository files navigation

Running the frontend locally

  1. Make sure you're in the root directory and have node installed
  2. Install dependencies
    npm install
  3. Run the app
      npm run dev
  4. Open http://localhost:5173/ with your browser to see the result.

Running the backend locally

  1. Navigate to the backend directory
    cd server
  2. Install dependencies
     npm install
    1.5 Might need to build the app
     npm run build
  3. Run the app
    npm start
  4. Open http://localhost:5000/ with your browser to see the result.
  5. Send POST requests to http://localhost:5000/ with a json body like so:
    {
      "text": "Your text here"
    }
  6. Retrieve the response from the server by making GET requests to http://localhost:5000/

About

A user customizable interface for viewing real-time results of the Astraeus TelemetryRecorder

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 93.4%
  • CSS 4.6%
  • Other 2.0%