Welcome to the LiftLink project! This repository contains the source code and resources for the LiftLink application. LiftLink is a web application in which users can easily book a cab of their choice and make payments using the Ethereum cryptocurrency. Whether you're commuting to work, attending an event, or simply require a lift, LiftLink provides a seamless platform for booking and paying for cab services.
To set up the LiftLink project locally on your machine, please follow the instructions below:
- Node.js (version 12 or above)
- npm (usually installed automatically with Node.js)
- Sanity (make sure you have sanity account)
- MetaMask (make sure it's installed and create MetaMask account)
- Clone this repository to your local machine using the following command:
git clone https://github.com/anujpatel03/liftlink.git
- Navigate to the project directory:
cd liftlink
- Install the project dependencies by running:
npm install
- Create a
.env.local
file in the root directory of the project and configure the necessary environment variables.You can use the provided.env.example
file as a template.
npm install -g @sanity/cli
sanity login
sanity deploy
This is a Next.js project bootstrapped with create-next-app
.
First, run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
Open http://localhost:3000 with your browser to see the result.
You can start editing the page by modifying app/page.tsx
. The page auto-updates as you edit the file.
This project uses next/font
to automatically optimize and load Inter, a custom Google Font.
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.
You can check out the Next.js GitHub repository - your feedback and contributions are welcome!
The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.
Check out our Next.js deployment documentation for more details.