Skip to content

Latest commit

 

History

History
50 lines (31 loc) · 1.17 KB

README.md

File metadata and controls

50 lines (31 loc) · 1.17 KB

to contribute please make your PRs to development branch

Cspr.Click Integration with Next.js App Router

This project demonstrates how to integrate CSPR.Click with the Next.js app router.

Getting Started

  1. Create a New Project Using This Template:

    npx create-next-app@latest -e https://github.com/thebadking/casper-click-nextjs
  2. Navigate to Your Project Directory:

    cd my-app
  3. Install Dependencies (if not already installed during project creation):

    npm install
    # or
    yarn install
  4. Run the Development Server:

    npm run dev
    # or
    yarn dev

    Open http://localhost:3000 with your browser to see the result.

Casper.Click Integration

For detailed information about integrating CSPR.Click with your Next.js app, visit the CSPR.Click website.

Thanks to @Charlie85270 for this contribution!

Deployment

Deploy your Next.js project using platforms like Vercel, Netlify, or any other hosting provider. Follow their specific instructions for deployment.