Getting Started
Let's do this thing.
Installing Node.js / NPM
npm install --global yarnStarting your project
Required Environment Variables - Mapbox API Key
NEXT_PUBLIC_MAPBOX_TOKEN=pk.abcdefg01189998819991197253...Starting the Dev Server
yarn devnpm run devWe're in.
Last updated