Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 498 Bytes

File metadata and controls

22 lines (15 loc) · 498 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