Skip to content

sockscode/sockscode-server

Repository files navigation

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