Skip to content

Latest commit

 

History

History
42 lines (31 loc) · 1.04 KB

File metadata and controls

42 lines (31 loc) · 1.04 KB

Solution Code

a11y-theme-builder

This repo was forked from Discover's a11y-theme-builder

Changes:

  1. Changes to add a new MD-CSS option in the code generators

Running locally.

cd hackproject/a11y-theme-builder
npm run build; npm run debug

a11y-theme-builder-sdk

This repo was forked from Discover's a11y-theme-builder-sdk

a11y-theme-builder-mkdocs

This repo was forked from Discover's a11y-theme-builder documentation

Running locally

python3 -m mkdocs serve

Publish to Github Pages

cd hackproject/a11y-theme-builder-mkdocs
python3 -m mkdocs gh-deploy

a11y-theme-builder-docusaurus

This repo was created using Theme Builder's documentation markdown pages and deployed with Docusaurus

Running locally

cd hackproject/a11y-theme-builder-docusaurus
npm install
npm start