Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 660 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 660 Bytes

Hardware user interface mockup kit

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).

Get started

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.