Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/soupi/purescript-slides
A tiny EDSL for making slides in PureScript
https://github.com/soupi/purescript-slides
front-end purescript purescript-slides slideshow web
Last synced: 6 days ago
JSON representation
A tiny EDSL for making slides in PureScript
- Host: GitHub
- URL: https://github.com/soupi/purescript-slides
- Owner: soupi
- License: bsd-3-clause
- Created: 2015-11-29T01:51:51.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-04-27T20:34:23.000Z (over 7 years ago)
- Last Synced: 2024-10-10T12:45:12.398Z (about 1 month ago)
- Topics: front-end, purescript, purescript-slides, slideshow, web
- Language: PureScript
- Homepage: http://soupi.github.io/purescript-slides
- Size: 130 KB
- Stars: 26
- Watchers: 2
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
purescript-slides
-----------------A tiny EDSL for creating slides in PureScript.
> - Status: Experimental
> - License: BSD3
> - [Try It!](https://try.purescript.org/?backend=slides)- [Module Documentation](https://pursuit.purescript.org/packages/purescript-slides/)
- Example: [Code](example/src/Main.purs), [Demo](https://soupi.github.io/purescript-slides)To build the example run the following commands in the folder [example/](example/):
```sh
bower install
pulp browserify --to app.js
```