Airbnb Clone using NextJS 13, TailwindCSS, MongoDB, Prisma, Next-Auth, Zustand, Leaflet, ... Inspired by Code with Antonio
Node version 14.x
git clone https://github.com/r3m00n/airbrb.git
npm i
DATABASE_URL=
GITHUB_ID=
GITHUB_SECRET=
GOOGLE_CLIENT_ID=
GOOGLE_CLIENT_SECRET=
NEXTAUTH_URL=
NEXTAUTH_SECRET=
NEXT_PUBLIC_CLOUDINARY_CLOUD_NAME=
npx prisma db push
npm run dev
Running commands with npm npm run [command]
command | description |
---|---|
dev |
Starts a development instance of the app |
build |
Builds the app for production |
start |
Starts the production build |