Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 349 Bytes

README.md

File metadata and controls

18 lines (10 loc) · 349 Bytes

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