https://github.com/mrinalxdev/go-ide
An online ide to write code and collaborate
https://github.com/mrinalxdev/go-ide
Last synced: about 2 months ago
JSON representation
An online ide to write code and collaborate
- Host: GitHub
- URL: https://github.com/mrinalxdev/go-ide
- Owner: mrinalxdev
- Created: 2024-07-26T09:18:43.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-07-27T06:06:43.000Z (over 1 year ago)
- Last Synced: 2025-01-20T17:21:42.907Z (about 1 year ago)
- Language: HTML
- Size: 1.94 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# GOIDE | A simple code editor
> langauges you can code .js, .py, .go
## Run the project
1. Fork the repo
2. run this command in your terminal
```bash
go mod tidy
go run main.go
```