Guidelines for supporting https://www.whereisthespacestation.com.
The following commands should be executed from the project's root folder.
- NodeJS >= 22.x
- npm >= 10.x
-
Install dependencies for server and web:
npm install
-
Start all services locally:
npm run dev
(dev) ornpm start
(prod)-
API: will be available on localhost:9000.
-
WEB: will be available on localhost:3000.
-