https://github.com/thebadking/casper-click-nextjs
cspr.click integration into NextJS
https://github.com/thebadking/casper-click-nextjs
casper-network cspr
Last synced: 8 months ago
JSON representation
cspr.click integration into NextJS
- Host: GitHub
- URL: https://github.com/thebadking/casper-click-nextjs
- Owner: thebadking
- Created: 2024-06-29T19:56:55.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-29T00:39:23.000Z (almost 2 years ago)
- Last Synced: 2025-07-28T05:50:23.215Z (11 months ago)
- Topics: casper-network, cspr
- Language: TypeScript
- Homepage: https://cspr.click/
- Size: 713 KB
- Stars: 5
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
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](https://cspr.click/) with the Next.js app router.
## Getting Started
1. **Create a New Project Using This Template**:
```bash
npx create-next-app@latest -e https://github.com/thebadking/casper-click-nextjs
```
2. **Navigate to Your Project Directory**:
```bash
cd my-app
```
3. **Install Dependencies** (if not already installed during project creation):
```bash
npm install
# or
yarn install
```
4. **Run the Development Server**:
```bash
npm run dev
# or
yarn dev
```
Open [http://localhost:3000](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](https://cspr.click/).
Thanks to [@Charlie85270](https://github.com/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.
---