Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/e111077/lit-element-docs
- Owner: e111077
- Created: 2018-07-18T23:53:19.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-07-19T00:08:47.000Z (over 6 years ago)
- Last Synced: 2024-10-23T15:30:37.937Z (2 months ago)
- Language: JavaScript
- Homepage: https://lit-element-docs.firebaseapp.com/
- Size: 133 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```