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.
To run the dpgraham-client application locally, follow the steps below:
-
Clone this repository and cd to repo root:
git clone https://github.com/dpgraham4401/dpgraham-client.git && cd dpgraham-client
-
Install the necessary dependencies using a package manager such as npm or yarn:
npm install
-
configure the environment variables:
cp ./config/.env.example .env
-
Start the development server:
npm start
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:
- Open an issue on GitHub
Thank you for your interest in the dpgraham-client project. Happy coding!