Skip to content

Latest commit

 

History

History
39 lines (24 loc) · 694 Bytes

DEVELOPMENT.md

File metadata and controls

39 lines (24 loc) · 694 Bytes

Uploadcare Widget development guide

Clone the repository.

git clone https://github.com/uploadcare/uploadcare-widget

Environment

You need a working nodejs and npm.

Build

npm install
npm run build

Development

npm run dev

Open http://localhost:10001. Follow any link. There's going to be a widget or three. Edit code and reload the page :-)

VS Code templates syntax highlight

We use tagged HTML strings for templates. Use lit-html plugin for beautiful syntax highlight and HTML autocomplete.

Testing

Soon there will be tests 🖖