This is a decentralized cab-booking made using Next.js, TailwindCSS for styling, Node.js server and Sanity DB.
Mapbox is used for Navigation and Metamask for Payments.
To get started with this project, run
git clone https://github.com/Faizan711/CryptoRide.git
and copy the .env.example variables into a separate .env file, fill them out & and that's all you need to get started!
Install the dependencies by running
npm install
# or
yarn install
# or
pnpm install
# or
bun install
Lastly, run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
Open http://localhost:3000 with your browser to see the result.
To learn more about Next.js, take a look at the following resources:
- Next.js Documentation - learn about Next.js features and API.
- Learn Next.js - an interactive Next.js tutorial.