A SpaceTraders API web app made with React by elilambnz
The app is hosted at https://airlock.elilamb.nz or you can run the frontend locally with a few simple steps:
-
Clone this repo
-
Copy the env file template
cp .env.template .env.local
-
Install the dependencies
npm i
-
Start the development server
npm start
-
Navigate to http://localhost:3000 in your browser
You may notice references to an "auxiliary API" throughout the app. This is an API used to store the user's automation routes in production. You could either create your own service or persist these to browser storage.
The code for this API is not currently included in this repo.
This project is open source software licensed as MIT.