Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 258 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 258 Bytes

Live link - https://peppy-kitten-dc1fb2.netlify.app/

Quick start:

$ yarn # npm install
$ yarn build # npm run build

Development

Run Webpack in watch-mode to continually compile the JavaScript as you work:

$ yarn watch # npm run watch