Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        


purescript-slides on Pursuit

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
```