Skip to content

Latest commit

 

History

History
57 lines (37 loc) · 1.35 KB

README.md

File metadata and controls

57 lines (37 loc) · 1.35 KB

Facundo Martin Portfolio Rundoo

Check out my new portfolio!

  • Dynamic routes and SSG with Next.js
  • Dark/Light mode
  • Fully repsonsive component design with Tailwind CSS
  • Featured projects and more!

Live Demo here!


preview img

Built with

Local Development

Step 1: Clone The Repo

Fork the repository. then clone the repo locally by doing -

[email protected]:Facundo-Martin/portfolio-nextjs.git

Step 2: Install Dependencies

cd into the directory

cd portfolio-nextjs

install all the dependencies

npm install

Step 3: Start Development Server

Then start the development Server

npm run dev

After running the development server the site should be running on https://localhost:3000