Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 768 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 768 Bytes

UI Patterns

A catalogue of accessible, design agnostic best practice user interface patterns.

Development

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