Skip to content

Latest commit

 

History

History
42 lines (28 loc) · 1.13 KB

README.md

File metadata and controls

42 lines (28 loc) · 1.13 KB

Ian Holden V6 - Next.js

This repository hosts the Next.js site for Ian Holden's development website.

📖 Quick start

  1. Install Dependencies

    Clone this repository and navigate to the directory where it was cloned to.

    Install the NPM modules that are required to run this project.

    npm install
  2. Start developing

    Navigate into your new site’s directory and start it up.

    npm run dev
    # or
    yarn dev
    # or
    pnpm dev
  3. Open the source code and start editing!

    Your site is now running at http://localhost:3000!

    Open the ianholden-v6-nextjs directory in your code editor of choice and begin editing. Save your changes and the browser will update in real time!

🚀 Deploy

Deployment

This Next.js project is deployed using the Vercel Platform from the creators of Next.js. Check out their Next.js deployment documentation for more details.