No description
  • Vue 49.1%
  • JavaScript 34%
  • TypeScript 16.5%
  • Dockerfile 0.2%
  • Shell 0.2%
Find a file
Image paulrosen c14432fbfe Typo
2026-01-04 20:31:49 -05:00
.vitepress Fix some links 2025-10-25 22:55:49 -04:00
components Add comments about how to finish the todo items 2025-11-09 16:43:47 -05:00
docs Typo 2026-01-04 20:31:49 -05:00
javascript Fix some pages 2025-10-22 18:57:28 -04:00
stores Fix demo generator 2025-10-26 12:18:52 -04:00
.gitignore Start to add assets. 2025-10-22 12:31:39 -04:00
CODE_OF_CONDUCT.md Generic vitepress project 2025-10-22 11:23:18 -04:00
docker-build.sh Generic vitepress project 2025-10-22 11:23:18 -04:00
docker-compose.yml Generic vitepress project 2025-10-22 11:23:18 -04:00
docker-start.sh Generic vitepress project 2025-10-22 11:23:18 -04:00
Dockerfile Generic vitepress project 2025-10-22 11:23:18 -04:00
LICENSE.md Generic vitepress project 2025-10-22 11:24:24 -04:00
package-lock.json Add pinia; start working on example generator page 2025-10-23 21:28:02 -04:00
package.json Add pinia; start working on example generator page 2025-10-23 21:28:02 -04:00
README.md Fix some links and nits. 2025-10-26 16:56:02 -04:00

abcjs-docs

Documentation for the abcjs library

This describes the javascript library hosted at abcjs

Contributions to this documentation or comments about anything that is confusing are welcome.

developing

The first time, build the docker container:

./docker-build.sh

Start the container:

./docker-start.sh

And start the dev server:

npm run dev

deploying

First build the current version:

npm run build

Then go to Netlify and find the project and drag the .vitepress/dist folder onto it.