Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 470 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 470 Bytes

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