Skip to content

Commit 64bd62f

Browse files
committed
Add README
1 parent d608d90 commit 64bd62f

File tree

3 files changed

+36
-1
lines changed

3 files changed

+36
-1
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1+
.DS_Store
12
.idea/
23
.vscode/
34
node_modules
45
/public/
5-
/target/
6+
/target/

README.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
<p style="text-align: center;">
2+
# Better Go Playground
3+
4+
Improved Go Playground powered by Monaco Editor and React
5+
6+
![alt text](./docs/demo.gif)
7+
</p>
8+
9+
## Features
10+
11+
* 💡 Code autocomplete
12+
* 💾 Load and save files
13+
* 🌚 Dark theme
14+
15+
And more
16+
17+
## Demo
18+
19+
[http://goplay.x1unix.com/](http://goplay.x1unix.com/)
20+
21+
## Installation
22+
23+
Playground is available via [Docker Hub](https://hub.docker.com/r/x1unix/go-playground) or can be built and run locally (**Go 1.12+** and **Node.js** required):
24+
25+
```
26+
$ git clone https://github.com/x1unix/go-playground.git
27+
$ cd go-playground
28+
$ make
29+
```
30+
31+
Output package will be at `target` directory.
32+
33+
34+

docs/demo.gif

1.35 MB
Loading

0 commit comments

Comments
 (0)