The SpaceTerminal client is a front-end project for the API game SpaceTraders.
- Login System.
- View agent, factions, ships, contracts, systems, markets, and system waypoints.
- Negotiate and accept contracts.
- Change ship docking status and flight mode.
To run the client from a terminal, execute the following command:
node start.js
To compile an executable file, run the following command:
npm run pkg