swift-online-playground Swift Online Playground with IntelliSense Getting started Pull and Run the Docker Image From Docker Hub: docker run -p 8080:8080 satishbabariya/playground For Developement # Install dependencies yarn bootstrap # Building Client and Server yarn build # Start the Web Application cd dist && node index.js