Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 499 Bytes

README.md

File metadata and controls

33 lines (21 loc) · 499 Bytes

SpaceTraders game UI

This is a UI for the headless SpaceTraders API game written in React.

Node version: 20.9.0

Getting started

To run the UI on your desktop, you need to:

  1. Clone the project
git clone https://github.com/ilyasmirnov03/spacetrader-game.git
  1. Install the dependencies
npm i
  1. Run the dev server
npm run dev

And you're good to go!

Available scripts

  • lint runs eslint
  • test runs unit tests