Deployment
Learn how to deploy your own frontend for a LottoPGF V1 lottery contract!
- Fork the
lottoPGF-v1-frontend
repository - Update
config.tsx
andfundraisers.tsx
with your own values. Each configuration option is explained in those files. - Update the environment variables locally and on your deployment platform. See
.env.example
for required variables. - Create your deployment either on Vercel or your own infrastructure. LottoPGF V1 frontend is a regular next.js 15 app!
- Have fun!