Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/fliplet/fliplet-widget-text

A Fliplet component that creates an editable text area
https://github.com/fliplet/fliplet-widget-text

Last synced: about 4 hours ago
JSON representation

A Fliplet component that creates an editable text area

Awesome Lists containing this project

README

        

# Fliplet Text
A Fliplet component that creates a editable text area

To develop widgets, please follow our [widget development guide](http://developers.fliplet.com).

---

Install dependencies:

```
$ npm install fliplet-cli -g
```

---

Clone and run for development:

```
$ git clone https://github.com/Fliplet/fliplet-widget-text.git
$ cd fliplet-widget-text

$ fliplet run
```