1.3.2 • Published 4 months ago

portfolio-boilerplate v1.3.2

Weekly downloads
-
License
MIT
Repository
github
Last release
4 months ago

šŸš€ PORTFOLIO BOILERPLATE

A Modern, Minimal Developer Portfolio Built with Next.js & Strapi (Powered by Turborepo)

šŸ”¹ Easily customizable
šŸ”¹ Supports Strapi CMS
šŸ”¹ Deploy with Vercel in one click

šŸ‘‰ Live Demo

⭐ If you find this project useful, consider giving it a star to support development!


šŸ“Œ Overview

Every developer needs a portfolio. With the rise of freelancing, consulting, and solopreneurship, a strong online presence is essential.

This is a minimal, modern, and highly customizable portfolio template built using the Turborepo framework with Next.js and Strapi CMS.

You can easily modify the content directly in the code or use Strapi's admin panel for a no-code experience.


šŸš€ Getting Started

1ļøāƒ£ Clone & Install

Clone the repo and install dependencies:

npx portfolio-boilerplate@latest
cd portfolio
npm install

2ļøāƒ£ Run Locally

Start the Next.js app on localhost:3000 and Strapi CMS on localhost:1337:

# Start Next.js app
npm run dev

# Start Strapi CMS (In a separate terminal)
cd apps/strapi-cms
npm run dev #Admin Username - guest@bayesian-labs.com #Admin Password - Password1

šŸ›  Modifying Your Portfolio

Option 1: Edit Directly in Code

Modify profile sections inside:

šŸ“‚ apps/nextjs-app/lib/constants/

Option 2: Use Strapi CMS (No-Code Editing)

1) Open Strapi at localhost:1337 2) Navigate to Content Manager (Sidebar → "Single Types"). 3) Click on "portfolio-boilerplate" to edit your profile details. 4) Save & Publish to see changes reflected instantly!

šŸš€ Deploy Your Portfolio

1ļøāƒ£ Deploy to Vercel (1-Click)

Deploy your portfolio in seconds using Vercel:

Deploy with Vercel

2ļøāƒ£ Deploy on Your Own Server

If you're self-hosting:

1) Deploy Next.js app via Vercel, Netlify, or any Node.js server 2) Deploy Strapi CMS on a VPS, DigitalOcean, Railway, Heroku or Coolify

šŸ¤ Contributing

We welcome contributions! To contribute:

1) Fork the repo & create a new branch 2) Make your changes and follow the coding guidelines 3) Submit a Pull Request (PR)

šŸ“– Check out the contribution guide:

CONTRIBUTING

CODE_OF_CONDUCT

PULL_REQUEST

Report Issues & Feature Requests:

šŸž Found a bug? Use BUG_REPORT šŸ’” Have an idea? Submit a FEATURE_REQUEST

šŸ“œ License

This project is licensed under the MIT License. See the LICENSE file for details.

1.3.2

4 months ago

1.3.1

4 months ago

1.3.0

4 months ago

1.2.2

4 months ago

1.2.1

4 months ago

1.2.0

4 months ago

1.1.0

4 months ago

1.0.2

5 months ago

1.0.1

5 months ago

1.0.0

7 months ago