The Wayback Machine - https://web.archive.org/web/20200906042923/https://github.com/satishbabariya/swift-online-playground/
Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

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
You can’t perform that action at this time.