Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 368 Bytes

README.md

File metadata and controls

14 lines (8 loc) · 368 Bytes

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)