Bone008 / orbiteye

Interactive visualization of satellite orbits in historical context for amateurs
4 stars 2 forks source link

OrbitEye

A web app for interactive visualization of satellite orbits in historical context for amateurs. Built for the Information Visualization course at KTH Stockholm in spring 2022.

Developer instructions

This project was bootstrapped with Create React App. To learn React, check out the React documentation.

Setup

  1. Clone the repository.
  2. Run npm install to update dependencies.
  3. Run npm start to start the local development server.

Build

Run npm run build to build the project for production. The build artifacts will be stored in the build/ folder.

Test

Run npm test to launch the test runner.