Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 530 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 530 Bytes

Getting Started

To get started with old ChatGPT styed portfolio, follow these steps:

  1. Clone the repository: git clone https://github.com/shouryamaanjain/Portfolio.git
  2. Install the dependencies: npm i
  3. Set up your environment variables by creating a .env file and adding the OPENAI_API_KEY= value.
  4. Change the systemMessage from my bio to yours at src/pages/index.tsx
  5. Run the development server: npm run dev
  6. Open http://localhost:3000 in your browser to see the application.