Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 390 Bytes

README.md

File metadata and controls

15 lines (13 loc) · 390 Bytes

Kmk-site

welcome

Built using node v16

  • cd site
  • npm install
    • this will install the dependencies
  • npm run setup
    • this will clone the submodules to get the kmk docs
  • npm run update
    • this will update the docs if changes have been made
    • if you have run setup you only need to run update
  • npm start
    • this will start up the dev server