Skip to content

Latest commit

 

History

History
16 lines (14 loc) · 512 Bytes

File metadata and controls

16 lines (14 loc) · 512 Bytes

office-add-in-shadow-cljs-minimal

Prerequisites

  • Local office installation from free Microsoft 365 E5 developer subscription
  • Generate local ssl keys for local https serving (for development)

Setup

  • Clone this repo
  • Install npm and yarn
  • Run yarn in project root
  • For development build/watch/serve run yarn watch and in separate console run yarn start to open local excel for debug.
  • For production release run yarn build

TODO:

  • add example code for commands
  • add reagent/react stuff