https://github.com/ejfox/know-hv
A guide to the Hudson Valley
https://github.com/ejfox/know-hv
Last synced: 2 months ago
JSON representation
A guide to the Hudson Valley
- Host: GitHub
- URL: https://github.com/ejfox/know-hv
- Owner: ejfox
- Created: 2024-01-05T02:33:29.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-20T03:18:07.000Z (almost 2 years ago)
- Last Synced: 2026-04-03T21:49:49.015Z (2 months ago)
- Language: JavaScript
- Homepage: https://knowhv.com
- Size: 3.05 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Room 302 Nuxt 3 Starter
## Usage
`npx room302-template`
Deployed through a small script that handles naming, cloning, and setting up the repo for prototyping.
## What's different from the standard Nuxt 3 starter?
- VueUse 🔧
- Vueuse motion 🌈
- OpenAI plugin 🧠
- Pinia store 🏬
- Helpers file 🔨
- Google fonts 🖋️
Look at the [Nuxt 3 documentation](https://nuxt.com/docs/getting-started/introduction) to learn more.
## Setup
Make sure to install the dependencies:
```bash
# yarn install
yarn install
# run the dev server
yarn dev
```
## Deployment
Check out the [deployment documentation](https://nuxt.com/docs/getting-started/deployment) for more information.