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.
- Next.js
- Sass + TailwindCSS
- MDX
- Typescript
Run the project in your machine locally.
Clone the repo locally using:
git clone https://github.com/SamipPoudel58/next-portfolio.git
Install dependencies in the root folder
cd next-portfolio
npm install
npm run dev
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.
git add .
git commit -m "feat: added new stuff"
git push YOUR_REPO_URL BRANCH_NAME