Skip to content

Latest commit

 

History

History
 
 

README.md

Hello World starter for Next.js app router

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

Pre-requisites

  1. Uniform account with an empty project.

Getting Started

  1. Install dependencies with npm install

  2. Change the API key and Project ID env vars in .env with your own.

    Make sure your API key has "Developer" role to be able to push content.

  3. npm run uniform:push to push content from disk (/uniform-data folder) to your project.

  4. Run the development server:

    npm run dev

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