/art_of_chording

The source repository for the free online stenography textbook, Art of Chording.

Primary LanguageJavaScriptOtherNOASSERTION

Art of Chording

This is the source of the Art of Chording textbook. It is built on VuePress.

Setup

  • npm install: get dependencies.
  • npm start: dev mode.
  • npm run prettier: format all files.
  • npm run lint: check vue linting.
  • npm run build: build the website for publishing.