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
- Host: GitHub
- URL: https://github.com/patkub/fellow-dragons
- Owner: patkub
- License: mit
- Created: 2016-11-17T01:43:43.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2024-07-31T01:44:54.000Z (almost 2 years ago)
- Last Synced: 2025-02-14T02:36:33.748Z (over 1 year ago)
- Topics: bootstrap, polymer
- Language: HTML
- Homepage: https://patkub.github.io/fellow-dragons/
- Size: 5.08 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```