Skip to content

Basic Project to make editor and share it between interviewer and candidate to allow them a pair programing

Notifications You must be signed in to change notification settings

AdiechaHK/pair-programing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Self hosted Editor (for Pair Programing)

Share code

Copy code (which you want to share over cloud into program folder)

Clone code

git clone [email protected]:AdiechaHK/pair-programing.git

Move to that project directory

cd pair-programing

Run using docker

docker build -t editor .

docker run -v ${PWD}/program:/app/program --name my-editor -p 3000:3000 -d editor:latest

Share it using ngrok

./ngrok http 3000

then you will get live link for it, add #/app/program to it after opening live link, that will open your program folder as project folder.

More Detail about ngrok

About

Basic Project to make editor and share it between interviewer and candidate to allow them a pair programing

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published