Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 243 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 243 Bytes

Human Tornado

Building and running on localhost

First install dependencies:

yarn install

To start dev server:

yarn start

To create a production build:

yarn build

To clear cache:

yarn clear