Based on reddog-code's UI, this repo is the frontend for reddog-code. It is built with Next.js, an opinionated React framework for server-side rendering and static site generation 1. The goal is to highlight Azure integrations, APIs, and services for frontend developers.
- Node.js
- NPM
- Yarn
- Azure Maps subscription key
To run locally with env vars
- add a
.env.local
file to the root with the following:
NEXT_PUBLIC_BING_MAPS_KEY=<Your_Bing_Maps_Api_Key>
- then, run
yarn install
yarn dev