Welcome to the repository for my personal portfolio website, showcasing my projects and skills. This site is built with React and hosted at https://www.terellbdavis.com.
To run this project locally, follow these steps:
- Clone the repository
git clone https://github.com/Terell-Davis/terell-davis.github.io.git
cd terell-davis.github.io
- Install dependencies
Make sure you have Node.js installed, then run:
npm install
- Start the development server
npm start
This will run the app in the development mode. Open http://localhost:3000 to view it in your browser. The page will reload when you make changes.
In the project directory, you can run:
npm start
: Runs the app in development mode.npm run build
: Builds the app for production to thebuild
folder.npm test
: Launches the test runner in the interactive watch mode.npm run eject
: Removes the single build dependency from your project.npm run predeploy
: Runs the build script to bundle the app.npm run deploy
: Deploys the build to GitHub pages.
- This project was bootstrapped with Create React App.
- Deployment is handled through
gh-pages
. Make sure to configure your repository settings on GitHub to serve the website from thegh-pages
branch or thebuild
folder in the main branch.
For more information on React, check out the React documentation.
This project is available as a Docker image. You can pull the latest version of the image from Docker Hub using the following command:
docker pull terellbdavis/terell-davis.github.io:latest