Demo: https://desserts.stephenfuchs.net
This Next.js project shows swipeable cards with 3D dessert renders and recipes.
- Clone this repo
- In the root of this repository, install dependencies by running
pnpm install - Start the development server locally by running
pnpm dev. It will give you a localhost URL you can navigate to.
Open http://localhost:3000 with your browser to see the result.
- Next.js Documentation - learn about Next.js features and API.
- Learn Next.js - an interactive Next.js tutorial.
- Next.js GitHub Repository
- Next.js Deployment Documentation