From 073024e340eddf045edb008b5ff3e6bf34a995fb Mon Sep 17 00:00:00 2001 From: Tanner <51724788+lightningboltemoji@users.noreply.github.com> Date: Mon, 2 Sep 2024 13:16:54 -0700 Subject: [PATCH] Update README.md --- README.md | 31 ++++++++++++++++++++++++------- 1 file changed, 24 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 4fd1202..270dff2 100644 --- a/README.md +++ b/README.md @@ -1,14 +1,31 @@ -# manzanita.cecchetti.xyz +# [manzanita.cecchetti.xyz](https://manzanita.cecchetti.xyz) + +![](https://img.shields.io/badge/vuejs-%2335495e.svg?style=flat&logo=vuedotjs&logoColor=%234FC08D) ![TailwindCSS](https://img.shields.io/badge/tailwindcss-%2338B2AC.svg?style=flat&logo=tailwind-css&logoColor=white) ![Deploy Nuxt.js site to Pages](https://github.com/lightningboltemoji/manzanita.cecchetti.xyz/actions/workflows/nuxtjs.yml/badge.svg) + +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](https://tidesandcurrents.noaa.gov/noaatidepredictions.html?id=9437908) for Nehalem, OR -## Setup -Make sure to install the dependencies: + +
+
Demo of visualization at 0%, 50%, 100%
+
+ + + +
+
+ +## Setup ```bash -bun install +bun i ``` -## Development Server +## Development Start the development server on `http://localhost:3000`: @@ -21,11 +38,11 @@ bun dev Build the application for production: ```bash -bun run build +bun generate ``` Locally preview production build: ```bash -bun run preview +bun preview ```