Skip to content
This repository has been archived by the owner on Mar 20, 2024. It is now read-only.
/ airlock Public archive

A SpaceTraders API web app made with React.

License

Notifications You must be signed in to change notification settings

elilambnz/airlock

Repository files navigation

Airlock Logo

A SpaceTraders API web app made with React by elilambnz

Screenshots

Airlock Screenshot

Airlock Screenshot

Airlock Screenshot

Getting Started

The app is hosted at https://airlock.elilamb.nz or you can run the frontend locally with a few simple steps:

  1. Clone this repo

  2. Copy the env file template

    cp .env.template .env.local
    
  3. Install the dependencies

    npm i
    
  4. Start the development server

    npm start
    
  5. Navigate to http://localhost:3000 in your browser

Auxiliary API

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.

License

This project is open source software licensed as MIT.