A TypeScript project simulating interplanetary cargo deliveries using spacecraft with different capabilities.
- Node.js (v14 or higher recommended)
- TypeScript (installed as a project dependency)
- Clone the repository:
git clone https://github.com/brnoigor/prog2-aval1.git
- Change to the project directory:
cd prog2-aval1 - Install dependences
npm install
Compile TypeScript files into JavaScript:
npm run buildAlternatively, run directly with ts-node (if installed):
npx ts-node src/index.ts