buildspace

Welcome 👋

This is the starter template for the build your own AI writing assistant w/ GPT-3 project.

Project Setup

cd into the project, install next, react, and react-dom and then run yarn to get the project going.

cd into the repo

cd gpt3-writer-starter

install next if you don't have it

yarn add next react react-dom

run it

yarn dev

Then, head to localhost:3000 and you should see the following: