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

https://github.com/patkub/fellow-dragons

A blog about robotics built with Polymer
https://github.com/patkub/fellow-dragons

bootstrap polymer

Last synced: 5 months ago
JSON representation

A blog about robotics built with Polymer

Awesome Lists containing this project

README

          

# Fellow Dragons
A blog built with [Polymer](https://www.polymer-project.org/)
**\#UseThePlatform to build a better web**

[Bootstrap](http://getbootstrap.com/) framework with the [Clean Blog](http://startbootstrap.com/template-overviews/clean-blog/) theme.

### Download / Clone:

Clone the repo using Git:

```bash
git clone https://github.com/patkub/fellow-dragons.git
```

### Local Setup:
```bash
npm install -g bower
npm install -g gulp-cli
npm install
bower update
gulp
```