First, install dependencies
npm install
# or
yarn install
# or
pnpm install
Second, run development server
npm run dev
# or
yarn dev
# or
pnpm dev
.env.local
then add your map style
and map token
variables like the below: AIR_MAP_STYLE="Your map style address"
AIR_MAP_TOKEN="Your map token"