https://github.com/satishbabariya/swift-online-playground
Swift Online Playground with IntelliSense
https://github.com/satishbabariya/swift-online-playground
editor intellisense langauge-server language-server-protocol monaco-editor playground swift web-editor
Last synced: 6 months ago
JSON representation
Swift Online Playground with IntelliSense
- Host: GitHub
- URL: https://github.com/satishbabariya/swift-online-playground
- Owner: satishbabariya
- License: apache-2.0
- Created: 2019-04-09T14:45:38.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-11-28T04:29:57.000Z (almost 2 years ago)
- Last Synced: 2025-04-15T19:03:13.648Z (6 months ago)
- Topics: editor, intellisense, langauge-server, language-server-protocol, monaco-editor, playground, swift, web-editor
- Language: TypeScript
- Homepage:
- Size: 1.42 MB
- Stars: 23
- Watchers: 1
- Forks: 2
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# swift-online-playground
Swift Online Playground with IntelliSense.png)
## Getting started
##### Pull and Run the Docker Image From Docker Hub:
```bash
docker run -p 8080:8080 satishbabariya/playground
```For Developement
```sh
# Install dependencies
yarn bootstrap# Building Client and Server
yarn build# Start the Web Application
cd dist && node index.js
```