Skip to content

imgix/support-public

Repository files navigation

Public imgix support repo

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.

Developing locally

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.

Learn More About Next.js

To learn more about Next.js, take a look at the following resources:

You can check out the Next.js GitHub repository - your feedback and contributions are welcome!

Deploy on Vercel

Log into Vercel to deploy this site.

Check out the Next.js deployment documentation for more details.