Code editor made in React. Used on https://wildwest.gg/.
npm install
# choose one of the following
npm run build # builds to dist/index.html and dist/main.js
npm run build serve # runs a live updating server on localhost:9000This will use webpack-dev-server to run it on localhost:9000.