gbdev / rgbds-live

A live Gameboy programming environment in the browser, allowing for realtime assembly programming for the gameboy.
https://gbdev.io/rgbds-live/
MIT License
36 stars 8 forks source link

Add dockerimage to ease local development #14

Open avivace opened 12 months ago

avivace commented 12 months ago

I would like to provide a basic dockerimage able to build the deps to wasm so local development gets a bit easier.

I'm working (https://github.com/gbdev/rgbds/pull/1167) on one for RGBDS which could constitute the base image for this.