Skip to content

Latest commit

 

History

History
36 lines (22 loc) · 292 Bytes

README.md

File metadata and controls

36 lines (22 loc) · 292 Bytes

ui-kit

Installation

git clone https://github.com/sk1e/yasn && cd yasn && npm i
    

Build

Production

npm run build
    

Development server

npm run build-dev

Launching

npm run start

Linting

npm run lint