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

https://github.com/ejfox/coachartie_showcase

The website that explains and showcases Coach Artie
https://github.com/ejfox/coachartie_showcase

Last synced: 2 months ago
JSON representation

The website that explains and showcases Coach Artie

Awesome Lists containing this project

README

          

# EJ Fox Nuxt 3 Starter

[![Netlify Status](https://api.netlify.com/api/v1/badges/981b9e46-6878-4ddb-a716-2713c5f3e412/deploy-status)](https://app.netlify.com/sites/ejfox-nuxt-template/deploys)

## 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
yarn install
```

## Development Server

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

```bash
# yarn
yarn dev
```

## Production

Build the application for production:

```bash
# yarn
yarn build
```

Locally preview production build:

```bash
# yarn
yarn preview
```

Check out the [deployment documentation](https://nuxt.com/docs/getting-started/deployment) for more information.