Skip to content
This repository has been archived by the owner on Mar 10, 2024. It is now read-only.

dpgraham-com/dpgraham-client

Repository files navigation

dpgraham-client

Introduction

Welcome to dpgraham-client, my personal website and a project I use for experimentation and learning. I used to include articles, such as blogs and tutorials, but I didn't have time to maintain them and update them.

Installation and Setup

To run the dpgraham-client application locally, follow the steps below:

  1. Clone this repository and cd to repo root:

    git clone https://github.com/dpgraham4401/dpgraham-client.git && cd dpgraham-client
  2. Install the necessary dependencies using a package manager such as npm or yarn:

    npm install
  3. configure the environment variables:

    cp ./config/.env.example .env
  4. Start the development server:

    npm start

Contact

If you have any questions, suggestions, or feedback regarding this project, please feel free to reach out to me. You can contact me through the following channels:

Thank you for your interest in the dpgraham-client project. Happy coding!