This is a UI for the headless SpaceTraders API game written in React.
Node version: 20.9.0
To run the UI on your desktop, you need to:
- Clone the project
git clone https://github.com/ilyasmirnov03/spacetrader-game.git
- Install the dependencies
npm i
- Run the dev server
npm run dev
And you're good to go!
lint
runs eslinttest
runs unit tests