This example was built with an older version of Next.js. For examples using more recent versions of Next and other frameworks, please see our most current demos and starter kits.
This virtual event starter kit was used to run Next.js Conf 2020, which had almost 40,000 live attendees. It includes the following features:
This platform is built upon three principles:
First, set local environment variables. We've included a read-only DatoCMS access token you can use in .env.local.example
.
Then install packages and run the development server:
yarn installyarn dev
Open http://localhost:3000 with your browser to see the result.