/uniformconf

Uniform starter for an imaginary conference site for developers and marketers, highlighting all the power of the Uniform platform!

Primary LanguageTypeScriptOtherNOASSERTION

UniformConf Next.js Starter

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

Getting Started

Configure environment variables

The project is already configured to use a sample Uniform project. Check out the .env file for instructions on how to use your own project instead.

Install packages

npm i
# or
yarn

Run the development server

npm run dev
# or
yarn 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!