Skip to content

Latest commit

 

History

History
25 lines (13 loc) · 1.09 KB

README.md

File metadata and controls

25 lines (13 loc) · 1.09 KB

basic-nextjs-portfolio

Please use this repository as a template for your own portfolio!

This portfolio site is built using Next.js and follows a simple but effective visual pattern inspired by Linktree.

This portfolio is made to deploy to GitHub Pages, a forever-free static site hosting service from GitHub!

View the live site here.

use

  1. Install using npm i and run a local deployment server using npm start.

  2. Update the site as you see fit.

    1. I encourage you to edit a few design elements including the colors to fit your personal style.

    2. For most developers, I recommend that they retain a GitHub, LinkedIn, and Blog link.

  3. Deploy to GitHub Pages using npm run deploy. Ensure your repository settings have GitHub Pages enabled to obtain a public URL.

development

Feel free to create an issue or a PR for any reason.