Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/poad/next-shuttle-example-app
https://github.com/poad/next-shuttle-example-app
Last synced: about 2 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 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-19T13:37:18.000Z (about 1 year ago)
- Last Synced: 2023-10-19T13:59:53.221Z (about 1 year 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
[![Build and Deploy](https://github.com/poad/next-shuttle-example-app/actions/workflows/deploy.yml/badge.svg)](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
```