Groundify is a javascript plugin to make gists runnable.
Groundify is using Grounds code runner.
Groundify enforces first that a gist is supported by the code runner. If this gist's language is supported, groundify adds a control bar to run this gist.
This project is still at an early development stage and therefore is unstable.
There is also a demo page available here.
-
Drop an embedded gist in your page:
<script src="https://gist.github.com/foliea/793e21dee21e0c7b81a8.js"></script>
-
Drop groundify plugin in your page:
<script src="https://rawgit.com/grounds/groundify/master/build/groundify.min.js"></script>
All you need is Node.js, npm and make installed to hack on Groundify.
-
Clone this project:
git clone https://github.com/grounds/groundify.git
-
Get into this project directory
cd groundify
-
Install dependencies:
make dependencies
make all
This will build unminified and minified package in build
directory.
make test
If you want to only run unit tests:
make test-unit
If you want to only run acceptance tests:
make test-acceptance
Adrien Folie
Groundify is licensed under the MIT License. See LICENSE for full license text.