- optional (for now?):
- copy
.env.example
to.env.local
- fill in with your openai api key
- copy
- run
npm install
- run
npm build
- run
npm start
replace above package managers with your preferred package manager (yarn
, pnpm
, bun
, etc)
cp .env.example .env.local && \
vim .env.local && \
npm i && \
npm build && \
npm start
some buttons for remote deployments if you wish: