andrewlaskey / neighborhoodai

A custom OpenAI GPT that runs a neighborhood message board with respect and cooperation.

Home Page:https://chat.openai.com/g/g-JI2W2zqTp-neighborhoodgpt

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Neighborhood AI (GPT)

Look at the Nitro documentation to learn more.

Setup

Make sure to install the dependencies:

# npm
npm install

# yarn
yarn install

# pnpm
pnpm install

Development Server

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

npm run dev

Production

Build the application for production:

npm run build

Locally preview production build:

npm run preview

Check out the deployment documentation for more information.

About

A custom OpenAI GPT that runs a neighborhood message board with respect and cooperation.

https://chat.openai.com/g/g-JI2W2zqTp-neighborhoodgpt


Languages

Language:JavaScript 97.6%Language:TypeScript 2.4%