Skip to content

joe27g/Bender-Site

Repository files navigation

Bender Site

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.env to .env.local and modify as necessary

  • Run npm run build (or npx next build)

  • Run npm start (or npx next start)