This is my personal portfolio website built using React.
- About me: A brief introduction to me!
- Resume: My professional resume
- Past Projects: Displays my past projects, links to repos or further documentation.
- GitHub: Self-explanatory :)
- Linkedin: Feel free to reach out to me to hear more
- React
- HTML/CSS
- JavaScript
-
Clone the repository:
git clone https://github.com/adrianlamlh/AdrianLamLH.github.io.git
-
Switch to development branch
git checkout dev
-
Navigate to the project directory:
cd my-app
-
Install dependencies:
npm install
-
Run the development server:
npm start
-
Open http://localhost:3000 in your browser to view the website.
Contributions are welcome! If you find any issues or have suggestions for improvement, please open an issue or submit a pull request.