Skip to content

Commit ea11975

Browse files
committed
feat: add README and favicon
1 parent 300a1c7 commit ea11975

File tree

3 files changed

+123
-1
lines changed

3 files changed

+123
-1
lines changed

README.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
# ![](./public/favicon.svg) **goboscript IDE**
2+
3+
![](https://u.cubeupload.com/aspizu/Screenshot20250529at.png)
4+
5+
[**Launch goboscript IDE**](https://aspizu.github.io/goboscript.ide/)
6+
7+
Code editor with integrated project player for creating goboscript projects quickly.
8+
9+
#### Built with
10+
- [**goboscript**](https://github.com/aspizu/goboscript)
11+
- [**TurboWarp Scaffolding**](https://github.com/TurboWarp/scaffolding)
12+
- [**Monaco Editor**](https://github.com/microsoft/monaco-editor)
13+
14+
goboscript IDE is a React application that uses [`wasm-pack`](https://github.com/rustwasm/wasm-pack) to run the goboscript compiler in the browser.
15+
16+
## Contributing
17+
18+
Pull Requests are appreciated.
19+
20+
Clone the repository and build goboscript using `wasm-pack`.
21+
22+
```shell
23+
git clone https://github.com/aspizu/goboscript
24+
cd goboscript
25+
wasm-pack build --release
26+
cd ..
27+
bun install
28+
bun run dev
29+
```
30+

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<meta charset="UTF-8" />
55
<link rel="icon" type="image/svg+xml" href="favicon.svg" />
66
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
7-
<title>gscode</title>
7+
<title>goboscript IDE</title>
88
</head>
99
<body>
1010
<div id="root"></div>

public/favicon.svg

Lines changed: 92 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)