Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 349 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 349 Bytes

diagramers

Website diagram generator.

Build Setup

# Install dependencies
yarn install

# Serve with hot reload at localhost:8080
yarn dev

# Build for production with minification
yarn build

# Build for production and view the bundle analyzer report
yarn build --report

# Run unit tests
yarn unit

# Run all tests
yarn test