https://github.com/poad/next-shuttle-example-app
https://github.com/poad/next-shuttle-example-app
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/poad/next-shuttle-example-app
- Owner: poad
- Created: 2023-07-08T10:22:05.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-19T13:37:18.000Z (over 2 years ago)
- Last Synced: 2023-10-19T13:59:53.221Z (over 2 years ago)
- Language: CSS
- Homepage: https://next-shuttle-example-app-e91c9b.shuttleapp.rs
- Size: 565 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# shuttle with Next.js example
[](https://github.com/poad/next-shuttle-example-app/actions/workflows/deploy.yml)
Example for Shuttle with Next.js based .
## Setting up
1. Install Rust
See
2. Install Shuttle
See
3. Install Node.js
See
4. Install pnpm
See
5. Install dependencies
```bash
pnpm install
```
## Run in local
```bash
pnpm dev
```