This repository hosts the Next.js site for Ian Holden's development website.
-
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
-
Start developing
Navigate into your new site’s directory and start it up.
npm run dev # or yarn dev # or pnpm dev
-
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!
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.