This Next.js app is generated with npx create-next-app
and it is a supporting asset for the Uniform Canvas tutorial for Next.js available here.
Please see .env.example
for the environment variables. Follow the tutorial to set it up.
# install dependencies
$ npm install
# serve with hot reload at localhost:3000
$ npm run dev
# to run production build and static site generation
$ npm run build
# to start a production server
$ npm run start