You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sample custom element built with Polymer/Lit-Element.
Development
# build the typescript
npm run build
# build the sass
npm run sass
# watch for changes on sass & typescript
npm run watch
# launch development server
npm run dev