Skip to content

Commit

Permalink
add try purescript links table (#86)
Browse files Browse the repository at this point in the history
  • Loading branch information
emattiza authored Jul 14, 2024
1 parent a5cef59 commit b7219ee
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions examples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,16 @@ Build all examples with
npm run build-examples
```
or go to each individual folder to build them separately.

## Try on [Try Purescript](try.purescript.org)
You can also load each example from the following urls:
| Example | Link |
| --------- | --------------------------------------------------------------------------------------------------------- |
| Affjax | [Link](https://try.purescript.org?github=/easafe/purescript-flame/master/examples/Affjax/Affjax.purs) |
| Counter | [Link](https://try.purescript.org?github=/easafe/purescript-flame/master/examples/Counter/Counter.purs) |
| Dice | [Link](https://try.purescript.org?github=/easafe/purescript-flame/master/examples/Dice/Dice.purs) |
| EffectfulAffjax | [Link](https://try.purescript.org?github=/easafe/purescript-flame/master/examples/EffectfulAffjax/Affjax.purs) |
| EffectfulDice | [Link](https://try.purescript.org?github=/easafe/purescript-flame/master/examples/EffectfulDice/Dice.purs) |
| SpecialElements | [Link](https://try.purescript.org?github=/easafe/purescript-flame/master/examples/SpecialElements/Special.purs) |
| Subscriptions | [Link](https://try.purescript.org?github=/easafe/purescript-flame/master/examples/Subscriptions/Subscriptions.purs) |
| Todo | [Link](https://try.purescript.org?github=/easafe/purescript-flame/master/examples/Todo/Todo.purs) |

0 comments on commit b7219ee

Please sign in to comment.