Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 866 Bytes

File metadata and controls

30 lines (20 loc) · 866 Bytes

goboscript IDE

Launch goboscript IDE

Code editor with integrated project player for creating goboscript projects quickly.

Built with

goboscript IDE is a React application that uses wasm-pack to run the goboscript compiler in the browser.

Contributing

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