To get started with old ChatGPT styed portfolio, follow these steps:
- Clone the repository:
git clone https://github.com/shouryamaanjain/Portfolio.git
- Install the dependencies:
npm i
- Set up your environment variables by creating a
.env
file and adding theOPENAI_API_KEY=
value. - Change the systemMessage from my bio to yours at
src/pages/index.tsx
- Run the development server:
npm run dev
- Open http://localhost:3000 in your browser to see the application.