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