CONTRIBUTING.md
September 22, 2024 ยท View on GitHub
Prerequisites
Node.js must be installed.
Installation
- Running
npm iin the components's root directory will install everything you need for development.
Demo Development Server
npm startwill run a development server with the component's demo app at http://localhost:1234 with hot module reloading.
Build
npm run build