Skip to content

tide-app/tide

Folders and files

NameName
Last commit message
Last commit date
Aug 19, 2023
Mar 1, 2023
Sep 27, 2021
Dec 13, 2020
Jul 30, 2023
Aug 2, 2020
Dec 23, 2020
Dec 23, 2020
Aug 8, 2020
Sep 2, 2022
Nov 18, 2020
Dec 27, 2020
Aug 21, 2023
May 20, 2023
Sep 22, 2020
Dec 3, 2020
Nov 11, 2021

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