https://github.com/fliplet/fliplet-widget-data-directory
https://github.com/fliplet/fliplet-widget-data-directory
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/fliplet/fliplet-widget-data-directory
- Owner: Fliplet
- Created: 2016-09-21T15:18:52.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2019-07-02T16:15:49.000Z (about 7 years ago)
- Last Synced: 2025-05-17T18:36:44.232Z (about 1 year ago)
- Language: JavaScript
- Size: 469 KB
- Stars: 0
- Watchers: 6
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# fliplet-widget-data-directory
When update handlebars templates you need:
Install handlebars package
```
npm install handlebars -g
```
Precompile templates
```
handlebars templates/build/*.handlebars -m -f js/build-templates.js
handlebars templates/interface/*.handlebars -m -f js/interface-templates.js
```
---
To develop widgets, please follow our [widget development guide](https://github.com/Fliplet/fliplet-cli).
---
Install dependencies:
```
$ npm install fliplet-cli -g
```
---
Clone and run for development:
```
$ git clone https://github.com/Fliplet/fliplet-widget-data-directory.git
$ cd fliplet-widget-data-directory
$ fliplet run-widget
```