git clone https://github.com/tide-app/tide
cd tide
npm install
npm start
# E2E Tests
npm start
# Run this in a separate terminal
npm run cypress open
https://tide-app.github.io/tide/
# Run storybook on your local machine
npm run storybook
# Deploy storybook to github pages
npm run deploy-storybook