Content can be managed at /admin
• Deployed on Vercel
This is a Next.js app. Learn more at the Next.js Documentation.
- Copy
.env.local.example
to.env.local
and supply the needed keys - Install everything with
yarn install
- Run the dev server with
yarn dev
- Visit the site at http://localhost:3000