Code editor with integrated project player for creating goboscript projects quickly.
goboscript IDE is a React application that uses wasm-pack to run the goboscript compiler in the browser.
Pull Requests are appreciated.
Clone the repository and build goboscript using wasm-pack.
git clone https://github.com/aspizu/goboscript # or symlink repo to ./goboscript/
cd goboscript
wasm-pack build --release
cd ..
pnpm ci
pnpm run dev