Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pirhoo/iframe-scaffolder
This tool helps you to quickly arrange several iframes together.
https://github.com/pirhoo/iframe-scaffolder
Last synced: 5 days ago
JSON representation
This tool helps you to quickly arrange several iframes together.
- Host: GitHub
- URL: https://github.com/pirhoo/iframe-scaffolder
- Owner: pirhoo
- License: lgpl-3.0
- Created: 2014-11-09T14:55:58.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2022-12-03T10:49:58.000Z (almost 2 years ago)
- Last Synced: 2024-10-28T05:59:47.889Z (17 days ago)
- Language: CSS
- Homepage: http://pirhoo.github.io/iframe-scaffolder/
- Size: 3.64 MB
- Stars: 29
- Watchers: 2
- Forks: 35
- Open Issues: 23
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Iframe Scaffolder
## Install
```
_ .--------------------------------.
_|o|_ | Application brought to you |
(_) | with the amazing Yeoman! |
/ \Y/ \;-,______________________________|
|| : |\//
(| --- |
|_|_|
\ /
```## Installation
Install `node` and `yarn` then run:
```
yarn
```You can now start serving static files with gulp!
```
gulp serve
```## Deploy on Git Pages
Run the following commands
```
gulp
gulp deploy
```