Skip to content

A simple and minimalistic website built with Next.js. It can be used as a template for your next portfolio website β€” for FREE. πŸ’―

License

Notifications You must be signed in to change notification settings

psparwez/minimal-portfolio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

34 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ‘‹ Minimal Portfolio

A sleek and minimal portfolio website built with Next.js, showcasing professional experience and projects in a clean, user-friendly design. πŸ’―

πŸ“Έ Demo Screenshot

Image


πŸš€ Getting Started

Follow the steps below to run the project locally:

βœ… Prerequisites

Ensure you have the following installed:


πŸ“¦ Installation

  1. Clone the repository:

    git clone https://github.com/psparwez/minimal-portfolio.git
    cd minimal-portfolio
  2. Install dependencies:

    pnpm install
    # or
    npm install
  3. Set up environment variables:

    Create a .env.local file in the root directory and add the following:

    SMTP_USERNAME=your_smtp_username
    SMTP_PASSWORD=your_smtp_password
    MAIL_RECEIVER_ADDRESS=your_email@example.com
  4. Start the development server:

    pnpm dev
    # or
    npm run dev

    Open http://localhost:3000 in your browser to see the app.


πŸ“¦ Build for Production

To create an optimized build for production:

pnpm build
pnpm start
# or
npm run build
npm start

About

A simple and minimalistic website built with Next.js. It can be used as a template for your next portfolio website β€” for FREE. πŸ’―

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •