Original project and inspiration: Yohei Nakajima - Instagraph
Project made with:
- Clone the repository
git clone https://github.com/waseemhnyc/instagraph-nextjs
- Navigate to the project directory
cd instagraph-nextjs
- Install packages
yarn
- Set environment variables
OPENAI_API_KEY=your-api-key-here
- Run Next JS app
yarn run dev
Web Interface
- Open your web browser and navigate to
http://localhost:3000/
. - Type your text or paste a URL in the input box.
- Click "Submit" and wait for the magic to happen!
MIT License. See LICENSE for more information.