Skip to content

satishbabariya/swift-online-playground

Repository files navigation

swift-online-playground

Swift Online Playground with IntelliSense

Screenshot

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