https://github.com/stellar/sep24-reference-ui
https://github.com/stellar/sep24-reference-ui
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/stellar/sep24-reference-ui
- Owner: stellar
- License: apache-2.0
- Created: 2023-01-20T22:04:03.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-03-13T15:25:33.000Z (over 1 year ago)
- Last Synced: 2025-07-08T12:03:24.302Z (12 months ago)
- Language: TypeScript
- Homepage:
- Size: 206 KB
- Stars: 5
- Watchers: 14
- Forks: 10
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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`