https://github.com/panathea/art_of_chording
The source repository for the free online stenography textbook, Art of Chording.
https://github.com/panathea/art_of_chording
hacktoberfest plover stenography
Last synced: about 1 month ago
JSON representation
The source repository for the free online stenography textbook, Art of Chording.
- Host: GitHub
- URL: https://github.com/panathea/art_of_chording
- Owner: panathea
- License: other
- Created: 2018-09-30T17:10:02.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2024-02-14T01:11:00.000Z (over 1 year ago)
- Last Synced: 2025-04-03T00:16:14.770Z (about 2 months ago)
- Topics: hacktoberfest, plover, stenography
- Language: JavaScript
- Homepage: https://www.artofchording.com
- Size: 11.5 MB
- Stars: 122
- Watchers: 9
- Forks: 24
- Open Issues: 56
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# 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.