Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 214 Bytes

DEVELOP.md

File metadata and controls

23 lines (16 loc) · 214 Bytes

DEVELOP

Upgrade @db-man/components

npm i

How to develop

npm start

How to test locally

npm run build
cd build
python -m http.server

Access http://localhost:8000