Skip to content

jtan-gh/portfolio

Repository files navigation

Portfolio

This is my personal portfolio, showcasing my projects and skills. It's built with React.

Live Demo

Link to live demo: https://jtan-gh.github.io

Required Technologies

To run this project, you will need the following technologies:

  • Node.js
  • React

Running the Project Locally

To run the project on your local machine, follow these steps:

  1. Clone the repository to your local machine.
  2. Navigate to the project directory.
  3. Install the dependencies with npm install.
  4. Start the development server with npm start.

The application will be available at http://localhost:3000.

Deployment

The project is deployed using gh-pages. To deploy the project, simply run:

  1. npm run deploy.

The deployed application will be available at the homepage specified in the package.json.