An open API service indexing awesome lists of open source software.

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

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.