First, clone the project repository:
git clone https://github.com/YacineMK/Squid-Tech.git
link : https://squid-tech.vercel.app/
Navigate into the project directory and install dependencies using npm, yarn, pnpm, or bun:
npm i
# or
yarn i
# or
pnpm i
# or
bun i
To start the development server, use one of the following commands:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.