Skip to content

Jubin369/web-portfolio

Repository files navigation

Getting Started

Clone the repository-

git clone https://github.com/Jubin369/web-portfolio.git

Install all the dependencies-

cd web-portfolio

# Install dependencies with pnpm
pnpm install

# Running the dev server
pnpm dev

After that server should be running on localhost:3000

I am using pnpm you can use yarn as well as npm

Warning: You could ran to into errors if you don't populate the .env.local with correct values

Tools Used

Setting up the Environment

I've given you .env.example as the demo. you can create your own .env.local

For More info visit here