Personal portfolio and blog platform where I share insights and tutorials on technology topics.
To run this project locally, follow these steps:
-
Clone the repository:
git clone https://github.com/embeddedadam/landing.git cd landing -
Install dependencies:
npm install
-
Create a
.envfile with the following environment variables:PINECONE_API_KEY=your_pinecone_api_key PINECONE_INDEX_NAME=your_pinecone_index_name OPENAI_API_KEY=your_openai_api_key NEXT_PUBLIC_DOMAIN_URL=https://localhost:3000 -
Run the development server:
npm run dev
-
Build for production:
npm run build
-
Start the production server:
npm start
Contributions are welcome! Please open an issue or submit a pull request for any improvements or bug fixes or ideas to cover in the articles.