This is a Next.js project bootstrapped with create-next-app
.
This is a publicly available repo with sample code for various imgix related demos and use cases.
Make sure you're using node v20.11.0.
First, run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
Then you can start developing.
This project uses next/font
to automatically optimize and load Inter, a custom Google Font.
It also uses MUI for creating components.
To learn more about Next.js, take a look at the following resources:
- Next.js Documentation - learn about Next.js features and API.
- Learn Next.js - an interactive Next.js tutorial.
You can check out the Next.js GitHub repository - your feedback and contributions are welcome!
Log into Vercel to deploy this site.
Check out the Next.js deployment documentation for more details.