Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 439 Bytes

CONTRIBUTING.md

File metadata and controls

21 lines (14 loc) · 439 Bytes

How to Contribute

Clone This Repository

git clone https://github.com/larry-xue/nuxt-chat-cloudflare.git
cd nuxt-chat-cloudflare

Start Development

npm install
npm run dev

Environment Variables

Create a .env file in the root of the project and set the required environment variables as described in the README.md file.

Make sure to configure your Cloudflare Worker AI before starting.