To run this app, you need the following:
To run the app locally, follow these steps:
- Clone this repo
- Change into the directory and install the dependencies using either NPM or Yarn
- Copy
.examp.env.local
to a new file called.env.local
and update with your API keys and environment. - Add your own custom text or markdown files into the
/documents
folder. - Run the app:
npm run dev