Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/e111077/lit-element-docs

lit-element docs
https://github.com/e111077/lit-element-docs

Last synced: about 1 month ago
JSON representation

lit-element docs

Awesome Lists containing this project

README

        

# [lit-element-docs](https://github.com/katejeffreys/lit-element-docs)

**Work in progress**

https://lit-element-docs.firebaseapp.com/

## Run locally

Requires Node 10+ because of `fsPromises` used in buildscripts/convert-markdown.js.

```bash
git clone https://github.com/katejeffreys/lit-element-docs.git
cd lit-element-docs
npm install -g polymer-cli@latest
npm install
rm -f samples/.DS_Store
node buildscripts/convert-readmes.js
polymer serve
```