Skip to content

embeddedadam/landing

Repository files navigation

Overview

Personal portfolio and blog platform where I share insights and tutorials on technology topics.

Getting Started

To run this project locally, follow these steps:

  1. Clone the repository:

    git clone https://github.com/embeddedadam/landing.git
    cd landing
  2. Install dependencies:

    npm install
  3. Create a .env file 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
    
  4. Run the development server:

    npm run dev
  5. Build for production:

    npm run build
  6. Start the production server:

    npm start

Contributing

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.

About

Landing page for my projects

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published