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
- Host: GitHub
- URL: https://github.com/ejfox/coachartie_showcase
- Owner: ejfox
- Created: 2023-11-10T19:01:22.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-18T20:55:00.000Z (almost 2 years ago)
- Last Synced: 2025-03-19T20:05:32.667Z (about 1 year ago)
- Language: Vue
- Homepage: https://coachartiebot.com
- Size: 29.7 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# EJ Fox Nuxt 3 Starter
[](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.