Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/reasonocamlindia/melange-mdn-canvas-game-tutorial-live-coded
Live coded reason-bangalore.org's meetup on June 2, 2024.
https://github.com/reasonocamlindia/melange-mdn-canvas-game-tutorial-live-coded
Last synced: about 1 month ago
JSON representation
Live coded reason-bangalore.org's meetup on June 2, 2024.
- Host: GitHub
- URL: https://github.com/reasonocamlindia/melange-mdn-canvas-game-tutorial-live-coded
- Owner: ReasonOCamlIndia
- Created: 2024-06-03T00:11:57.000Z (7 months ago)
- Default Branch: master
- Last Pushed: 2024-08-20T06:34:34.000Z (4 months ago)
- Last Synced: 2024-08-20T08:41:11.806Z (4 months ago)
- Language: Reason
- Homepage:
- Size: 126 KB
- Stars: 0
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
[![Reason OCaml India Discord](https://img.shields.io/discord/851000331721900053)](https://discord.com/invite/Ytr36fRC4C)
# MDN's HTML5 Canvas tutorial in Reason
Live coded [reason-bangalore.org](https://reason-bangalore.org/)'s meetup.# Installation
1. Install [esy](https://esy.sh)
2. Run `esy` to install OCaml/Reason dependencies.
3. Run `yarn` to install NPM dependencies.
4. `esy dune build -w` to Reason to JS with Melange
3. `yarn serve` to run the Webpack dev server.