PureScript Babylon example This is a simple example app using Babylon.js with Purescript. Build Setup # install dependencies $ npm i # build for release $ npm run build # run a local development server (defaults to [port 5173]): $ npm run serve