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
cd goboscript
wasm-pack build --release
cd ..
bun install
bun run dev