/portfolio

Primary LanguageTypeScript

James Drysdale - Portfolio

📝 Description

Welcome to my portfolio! It's purpose is to introduce me, showcase my skills, projects and general love of software development.

Tech Stack

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.

Installation

🛠️ Setup Project

To get this project up and running in your development environment, follow these step-by-step instructions.

🍴 Prerequisites

We need to install or make sure that these tools are pre-installed on your machine:

  • NodeJS: It is a JavaScript runtime build.
  • Git: It is an open source version control system.

🚀 Install Project

  1. Clone the project onto your local machine using SSH:

        git clone git@github.com:JamesDrysdale/portfolio.git
  2. Install dependencies in the 'portfolio' directory:

        npm install
  3. Run the development server:

        npm run dev
        # or
        yarn dev
        # or
        pnpm dev
  4. Open http://localhost:3000 with your browser to see the result.