This is my personal portfolio, showcasing my projects and skills. It's built with React.
Link to live demo: https://jtan-gh.github.io
To run this project, you will need the following technologies:
- Node.js
- React
To run the project on your local machine, follow these steps:
- Clone the repository to your local machine.
- Navigate to the project directory.
- Install the dependencies with
npm install
. - Start the development server with
npm start
.
The application will be available at http://localhost:3000
.
The project is deployed using gh-pages
. To deploy the project, simply run:
npm run deploy
.
The deployed application will be available at the homepage
specified in the package.json
.