Source code and assets for https://benderbot.co. New & improved using Next.js with app routing!
If for some reason you want to host a copy of the site, setup is simple:
-
Clone the repo
-
Run
npm i -
Copy
example.envto.env.localand modify as necessary -
Run
npm run build(ornpx next build) -
Run
npm start(ornpx next start)