Skip to content

Latest commit

 

History

History
48 lines (32 loc) · 1.38 KB

README.md

File metadata and controls

48 lines (32 loc) · 1.38 KB

TailwindCSS Deploy Nuxt.js site to Pages

Shows tide information for Manzanita, OR

  • Wave visualization that moves in and out with the tide cycle
  • Displays next few high/low tide times and values
  • Based on data from the NOAA API for Nehalem, OR

Demo of visualization at 0%, 50%, 100%

Setup

bun i

Development

Start the development server on http://localhost:3000:

bun dev

Production

Build the application for production:

bun generate

Locally preview production build:

bun preview