Skip to content

SamipPoudel58/next-portfolio

Repository files navigation

portfolio open graph

Samip Poudel's Portfolio Website

Portfolio website with built-in blog

View Demo · Report Bug · Request Feature

The previous version of this portfolio ( Made using Gatsby.js, Contentful and Sass) can be found here.

⚙️ Tech Stack

  • Next.js
  • Sass + TailwindCSS
  • MDX
  • Typescript

🚀 Local Development

Run the project in your machine locally.

Step 1: Clone the repository

Clone the repo locally using:

git clone https://github.com/SamipPoudel58/next-portfolio.git

Step 2: Install Dependencies

Install dependencies in the root folder

cd next-portfolio
npm install

Step 3: Run the server

npm run dev

🙏 Contributing

I'd love if you'd contribute to the project.

After cloning & setting up the local project you can push the changes to your github fork and make a pull request.

Pushing the changes

git add .
git commit -m "feat: added new stuff"
git push YOUR_REPO_URL BRANCH_NAME