Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/component/component.github.io
components search using component-crawler
https://github.com/component/component.github.io
Last synced: 12 days ago
JSON representation
components search using component-crawler
- Host: GitHub
- URL: https://github.com/component/component.github.io
- Owner: component
- Created: 2012-12-04T23:53:14.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2015-05-14T12:19:32.000Z (over 9 years ago)
- Last Synced: 2024-05-08T17:16:37.106Z (8 months ago)
- Language: JavaScript
- Homepage: http://component.github.io
- Size: 688 KB
- Stars: 120
- Watchers: 22
- Forks: 20
- Open Issues: 24
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# component.io
The [component.github.io](http://component.github.io) website powered by [Component](https://github.com/componentjs/component).
![web components site screenshot](http://f.cl.ly/items/410J2r0Y1Q0m3q01182y/site.png)
If you want to help improve the search algorithm, please visit [search.js](https://github.com/component/search.js).
__component.io needs a redesign!__ Please let us know if you're interested in contributing!
## Running
Set up the builder and serve the files:
```
$ npm install
$ npm run build
$ npm run serve
```