Skip to content
This repository has been archived by the owner on Oct 30, 2023. It is now read-only.

Latest commit

 

History

History
33 lines (23 loc) · 555 Bytes

CONTRIBUTING.md

File metadata and controls

33 lines (23 loc) · 555 Bytes

Contributing

Project Setup

npm install

Compile and Hot-Reload for Development

npm start

You can browse the web component in various context:

Type-Check, Compile and Minify for Production

npm run build

Lint/Format with ESLint & Prettier

# Check code styling
npm run validate
# Fix as many offenses as possible automatically
npm run format