art_of_chording icon indicating copy to clipboard operation
art_of_chording copied to clipboard

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

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.