Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 297 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 297 Bytes

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.