Awesome. Now that you're here, in a little while you'll have a nice and sleek portfolio with a blog!
- Responsive Design: Looks fabulous on both desktops and mobiles!
- Dynamic Routing: Add pages for your projects and blog posts with ease.
- SEO Friendly: Get your portfolio noticed by search engines (because who doesn't want to be found?).
- Super Fast: Built with Next.js, so your site is speedy like a cheetah!
Let’s get you set up!
-
Fork the Repo:
Hit that "Fork" button up top to grab your own copy of this template. -
Clone Your Fork:
Open your terminal and run:git clone https://github.com/your-username/portfolio-nextjs.git
-
Dive into Your Project:
Navigate into your new project directory:cd portfolio-nextjs
-
Install Dependencies:
Get all the packages you need with:npm install
-
Make It Yours:
Time to customize! Change up the content, update your projects, and let your creativity shine. -
Start the Development Server:
See your magic happen with:npm run dev
Head over to
http://localhost:3000
in your browser to check it out! -
Publish Your Portfolio:
When you’re ready to show the world, build your project:npm run build
Then, run:
npm run export
This will create an
out
folder with your static files, ready to go live on GitHub Pages!
Feel free to sprinkle your own flair on this template! Change styles, add cool components, or integrate features that reflect you. Make it pop!
Happy coding! 🎉