This is a React-based SPA/UI for Stellar, the next generation mirage.
See the compose repository for the fastest way to spin up an instance of Stellar.
- Node.js (only LTS version supported)
git clone https://github.com/orphic-inc/stellar-ui.git ui
cd ui
npm i
npm start
Alternatively, you can simulate a production build with npm run build
.
Variable | Description | Default |
---|---|---|
STELLAR_API_URL | URL to API server | undefined |