Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 216 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 216 Bytes

mitch.app

Setup

Install node modules with yarn

Development

Start the build process in watch mode and development server

yarn start

Build

Build for production

yarn build