to contribute please make your PRs to development branch
This project demonstrates how to integrate CSPR.Click with the Next.js app router.
-
Create a New Project Using This Template:
npx create-next-app@latest -e https://github.com/thebadking/casper-click-nextjs
-
Navigate to Your Project Directory:
cd my-app
-
Install Dependencies (if not already installed during project creation):
npm install # or yarn install
-
Run the Development Server:
npm run dev # or yarn dev
Open http://localhost:3000 with your browser to see the result.
For detailed information about integrating CSPR.Click with your Next.js app, visit the CSPR.Click website.
Thanks to @Charlie85270 for this contribution!
Deploy your Next.js project using platforms like Vercel, Netlify, or any other hosting provider. Follow their specific instructions for deployment.