/portfolio

Personal portfolio website starter kit

Primary LanguageJavaScript

Portfolio starter kit

This is a Next.js v10.0.6 project bootstrapped with create-next-app and set up to be instantly deployed to Netlify!

Getting started

  1. Use this template to generate a new repo. You can leave it public or private.
  2. Clone your new repo using a git client of your choice.
  3. Install dependencies:
npm install
  1. Run the development server:
npm run dev
  1. Open http://localhost:3000 with your browser to see the result.

You can start editing the page by modifying pages/index.js. The page auto-updates as you edit the file.

Check out more examples in the pull requests.

Deploying

Follow the Netlify setup guide to link this repo to a Netlify site.

Afterwards, pushing to main should auto-deploy your site to production.