- Choose example you want to run and go to its directory
- Install dependencies with
npm install
- Optionally, run
npm outdated
to see if any of the packages can be updated - Create
.env.local
file in example folder and copy contents of.env.local.example
- Run
npm run dev
to start example