### Run Development Server (npm, yarn, pnpm) Source: https://github.com/richard-unterberg/maplibre-nextjs-ts-starter/blob/main/README.md Commands to start the Next.js development server using different package managers. ```bash npm run dev # or yarn dev # or pnpm dev ``` -------------------------------- ### Environment Configuration Source: https://github.com/richard-unterberg/maplibre-nextjs-ts-starter/blob/main/README.md Example environment file for setting MapTiler API key. ```javascript .env.local.example ``` -------------------------------- ### Next.js Configuration for MapLibre Source: https://github.com/richard-unterberg/maplibre-nextjs-ts-starter/blob/main/README.md Configuration file for Next.js, including a resolver for mapbox-gl-js to maplibre-gl-js. ```javascript next.config.js ``` === COMPLETE CONTENT === This response contains all available snippets from this library. No additional content exists. Do not make further requests.