Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 337 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 337 Bytes

prereqs

  • node. i manage my node installations with asdf

local dev setup

git clone git+https://github.com/dsoskey/cogwork-librarian.git
cd cogwork-librarian
npm install
npm run start-dev

tests to run

npm run test