Skip to content

Latest commit

 

History

History
36 lines (23 loc) · 1.16 KB

README.md

File metadata and controls

36 lines (23 loc) · 1.16 KB

Build Status Build Status Open Source Love MIT Licence

Crazy about ChatGPT: Learn how to use OpenAI's SDK in your Own Project

Running Locally

  1. Install the Node Version specified in the package.json

  2. Clone the Repo and cd into it

  3. Install Node dependencies via npm install

  4. Copy the .env.example file to .env

  5. Set all values in the .env file. This is already gitignored so don't worry about committing it.

  6. Run the dev server using npm run dev

License

This project is licensed under the MIT license