Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 381 Bytes

readme.md

File metadata and controls

25 lines (18 loc) · 381 Bytes

#sockscode-office

Sockscode add-in for Microsoft Office(Word and OneNote).

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

  • sockscode-vscode
  • sockscode-web

How to build

yarn
yarn build
yarn start

open localhost:5000

How to start development build

yarn 
yarn start-dev

open localhost:3000