Fork this repository and clone it into the local machine using
git clone https://github.com/Nishantsurve/Freelance-App.git
First, install the necessary dependency by running
npm install
Then run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
Open http://localhost:5173 with your browser to see the result.