Welcome

This app was created from the starter template for Learn Next.js. The purpose of the site is to act as a homepage for my projects, resume, and things like that.

Prerequisites

To run this application locally on your computer, first install the following programs:

  1. Node js and npm.

Running the application in development mode

To run this application locally on your computer follow these steps:

  1. Clone this git repository to your preferred location.
  2. Use cd to navigate into the newly-cloned directory.
  3. Run npm install to install necessary dependencies.
  4. Run npm run build and then npm run dev to launch the application in development mode.
  5. Navigate to http://localhost:3000 in your browser. The application will automatically be rebuilt in the browser when changes are made to the code.