This is a project based on js framework Svelte. It provide "hardware ui emulation" components kit for fast idea prototyping and sharing. More info (RU).
Install the dependencies...
npm install
...then start Rollup:
npm run dev
Note that you will need to have Node.js installed.
Navigate to localhost:5000. You should see demo app running. Edit a component file in src
, save it, and reload the page to see your changes.