A template for cloud gaming services with payments from cashfree (Incomplete)
Note - AI was used in generating of some pages
These are the environment variables needed for self hosting .env file
NEXT_PUBLIC_SUPABASE_URL
NEXT_PUBLIC_SUPABASE_ANON_KEY
CASHFREE_CLIENT_ID
CASHFREE_CLIENT_SECRET
Node.JS 20 or later
Supabase project
Cashfree account
Clone the project
git clone https://github.com/itzshubhamdev/cloudgamingGo to the project directory
cd cloudgamingInstall dependencies
npm installConfigure Environment Variables, then run using
npm run devClone the project
git clone https://github.com/itzshubhamdev/cloudgamingGo to the project directory
cd cloudgamingInstall dependencies
npm installConfigure Environment Variables, then build using
Build the files
npm run buildStart the server
npm run start