joshkoenig / uniform-optimize-next-sanity-starter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Optimize Sanity Next.js Example Project

This is a Next.js project bootstrapped with create-next-app.

Getting Started

Configure environment variables

  • Copy .env.example to .env
  • Set Sanity variable values to match your CMS
  • Configure your Uniform data source

Install packages

npm i
# or
pnpm i

Run the development server

npm run dev
# or
pnpm dev

Open http://localhost:4120 with your browser to see the result.

Learn More

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!

About

License:Other


Languages

Language:TypeScript 94.3%Language:JavaScript 3.3%Language:Shell 2.0%Language:CSS 0.4%