An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# swift-online-playground
Swift Online Playground with IntelliSense

![Screenshot](https://raw.githubusercontent.com/swift-playground/assets/master/Screenshot%20(27).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
```