Skip to content

mamadfar/airbnb-clone__nextjs

Repository files navigation

Getting Started

First, install dependencies

npm install
# or
yarn install
# or
pnpm install

Second, run development server

npm run dev
# or
yarn dev
# or
pnpm dev

Environment Variable

  1. For using Map you have to create your own account on Map Box (free)
  2. Create .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"
  1. Restart the app

About

Airbnb clone using TypeScript, Tailwind, Next13, MapBox

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published