https://github.com/mg-rast/retinademo
demonstration widgets of the Retina framework
https://github.com/mg-rast/retinademo
Last synced: 15 days ago
JSON representation
demonstration widgets of the Retina framework
- Host: GitHub
- URL: https://github.com/mg-rast/retinademo
- Owner: MG-RAST
- Created: 2014-06-17T15:04:17.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2015-12-02T14:26:13.000Z (over 10 years ago)
- Last Synced: 2025-12-29T13:28:33.511Z (5 months ago)
- Language: JavaScript
- Size: 15.5 MB
- Stars: 0
- Watchers: 5
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
RetinaDemo
The RetinaDemo repository holds demonstration widgets and rendereres implemented with the Retina framework. Standalone applications should go into their own repository. General use widgets and renderers should be placed into the base Retina repository.
Setup
To use, fork this repository and clone to your desktop. The module contains the Retina repository as a submodule. Once you cloned your fork you must do:
> git submodule init
> git submodule update --remote
That will get you the latest Retina code. To view the available widgets and renderers, open index.html in your web-browser.