jarmitage / MFM-JS

Movable Feast Machine simulator build in JavaScript

Home Page:https://mfm.rocks

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MFM-JS (v2)

Movable Feast Machine simulator built in JavaScript


The idea here is not to port MFM to JavaScript, but instead simulate it enough and provide an environment that is easy to quickly get hands-on with robust-first programming.


Prerequisites

Install

  • git clone https://github.com/walpolea/MFM-JS.git
  • cd MFM-JS
  • npm install
  • npm run build
  • serve up public/index.html to view in browser
    • you can npm install -g serve
    • and then serve ./public
    • or even npx serve ./public

About

Movable Feast Machine simulator build in JavaScript

https://mfm.rocks


Languages

Language:JavaScript 99.4%Language:TypeScript 0.4%Language:HTML 0.2%