Skip to content

Latest commit

 

History

History
44 lines (28 loc) · 628 Bytes

README.md

File metadata and controls

44 lines (28 loc) · 628 Bytes

Harvest Landing Page

Check out the harvest finance :)

Setup

Use NodeJS 12.x

$ npm install
$ cp .env.example .env # and populate with your variables

Storybook

Starts Storybook in development mode.

npm

$ npm run storybook

yarn

$ yarn storybook

It will start Storybook locally. Depending on your system configuration, it will automatically open the address http://localhost:6006/ in a new browser tab and you'll be greeted by a welcome screen.

For build and using locally

$ npm run build-storybook

yarn

$ yarn build-storybook