This is the React-based web client for Starship. The server can be found in another repository in this organization.
Please note that long periods of no/little commits does not mean the project is abandoned.
Before starting the project, please ensure that .env.development contains a server that is actively running and can be connected to.
$ git clone https://github.com/starshipapp/starship-web-client
$ cd starship-web-client
$ npm install
$ npm start
If you encouter any issues, please create a Github issue report.