Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 224 Bytes

File metadata and controls

19 lines (13 loc) · 224 Bytes

Usage

Clone the repo and install dependencies:

yarn install

Start dev server (with hot reloading):

yarn dev

Build for production with minification to the dist folder:

yarn build