Skip to content

Latest commit

 

History

History
33 lines (25 loc) · 220 Bytes

CONTRIBUTING.md

File metadata and controls

33 lines (25 loc) · 220 Bytes

Contribution Guide

Dev

npm run dev
# or
yarn dev

Lint

npm run lint
# or
yarn lint

Build

npm run build
# or
yarn build

Serve

npm start
# or
yarn start