Skip to content

kylejb/space-station-tracker

Repository files navigation

Space Station Tracker

Guidelines for supporting https://www.whereisthespacestation.com.

Development

The following commands should be executed from the project's root folder.

Requirements

  • NodeJS >= 20.x
  • npm >= 9.x

Local development

  1. Install dependencies for server and web: npm install

  2. Start all services locally: npm run dev (dev) or npm start (prod)