Project to have an IEx in your browser
Heavily inspired (aka copied a lot of the ideas from):
- https://github.com/snaplet/postgres-wasm
- https://github.com/iximiuz/docker-to-linux
- https://github.com/copy/v86
All credit to these projects.
NOTE This is extremely janky, not to be taken seriously
cd packages/image-builder
./build-container.sh
./build-state.js
# You need to login with root/root at the momentmv system ../server/priv/static/.
cd ../server
mix phx.server
Now go to http://localhost:4000/
and wait for the magic to happen
User and password are root:root