Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 370 Bytes

File metadata and controls

25 lines (18 loc) · 370 Bytes

sockscode-server

Sockscode web and server for pair coding.

This server provides you a way to have a pair coding session with any other sockscode compatible plugins:

  • sockscode-vscode
  • sockscode-office

How to build

yarn
yarn build
yarn start

open localhost:5000

How to start development build

yarn 
yarn start-dev

open localhost:3000