Welcome to my portfolio! It's purpose is to introduce me, showcase my skills, projects and general love of software development.
This portfolio was created using Next.js 13, TypeScript and Tailwind CSS.
The project uses next/font
to automatically optimize and load Poppins, a custom Google Font.
To get this project up and running in your development environment, follow these step-by-step instructions.
We need to install or make sure that these tools are pre-installed on your machine:
-
Clone the project onto your local machine using SSH:
git clone git@github.com:JamesDrysdale/portfolio.git
-
Install dependencies in the 'portfolio' directory:
npm install
-
Run the development server:
npm run dev # or yarn dev # or pnpm dev
-
Open http://localhost:3000 with your browser to see the result.