Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 351 Bytes

CONTRIBUTING.md

File metadata and controls

9 lines (5 loc) · 351 Bytes

Contributing

Building

To build the embed with its dependencies, run npm run build. This outputs index.html inside the dist/ folder.

Testing

To test the embed page locally, run npm start. This builds the page with its dependencies, opens it in your default Web browser, and automatically reloads the page as you change its source code.