Skip to content

tide-app/tide

Repository files navigation

tide

Test

UI

Day Theme

Home Page

Home Page in Day Theme

Sound Page

Sound Page in Day Theme

Related Repositories

Setup

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

Storybook

https://tide-app.github.io/tide/

# Run storybook on your local machine
npm run storybook
# Deploy storybook to github pages
npm run deploy-storybook