An open API service indexing awesome lists of open source software.

https://github.com/stellar/sep24-reference-ui


https://github.com/stellar/sep24-reference-ui

Last synced: 4 months ago
JSON representation

Awesome Lists containing this project

README

          

# SEP-24 Reference UI

## Developing

We use `yarn` package manager.

`yarn` or `yarn install`

To start the app in development mode, which will watch for changes to files,
rebuild, and reload the site automatically, run the start script.

`yarn start`

## Building for production

Builds the app for production to the `build` folder.

`yarn build`