Norns screen live-coding
🚧 Work-in-progress 🚧
Tested on macOS 12.1+ and Ubuntu 20.04.3+. Windows is not supported, but Ubuntu running in WSL2 works.
- Node.js (14.18.2+)
- Yarn (1.22.17+)
- CMake (3.16.3+)
- Emscripten (3.1.1+)
- pkg-config (0.29.2+)
A Dockerfile is provided for quickly setting up a compatible development environment.
Build the Docker image:
$ yarn docker-imageSetup dependencies:
$ yarn docker-setupStart the development server:
$ yarn docker-startStart an interactive shell:
$ yarn dockerSetup dependencies:
$ yarn setupStart the development server:
$ yarn startDeploy via GitHub Pages:
$ yarn deploy