noodle
noodle copied to clipboard
Visual programming UI and framework driven by pure functional language and data streams
A bit outdated web state:
https://noodle.labs.jb.gg
A bit outdated web version:
-
npm install -g [email protected] spago parcel-bundler
-
spago install
-
spago -x ./example.dhall build --watch
|spago -x ./test.dhall test
-
parcel --dist-dir ./static index.html
Run terminal client
-
npm install -g [email protected] spago parcel-bundler
-
spago install
-
spago run
(orsh ./run-cli.sh
)
wget https://hydra.ojack.xyz/bundle.min.js?1.2.6
Docker:
docker build . -t noodle
docker run -p 8080:8080 noodle