tide-app / tide

Explore a world of sounds!
https://tide-app.vercel.app/
MIT License
10 stars 4 forks source link

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