Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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
```