A catalogue of accessible, design agnostic best practice user interface patterns.
| Command | Description | 
|---|---|
| npm i | install dependencies | 
| npm start | alias for npm run dev | 
| npm run dev | start dev server with live reloading | 
| npm run build | write static site to disk | 
| npm run ci | write static site to disk for production/CI | 
| npm run watch-dev | watch and write assets to disk in production | 
| npm t | run tests |