Welcome, Everyone!👋 This is the codebase for my, Tan Nguyen Le's, portfolio website.
My name is Tan Nguyen Le, a Front-end developer from SaiGon City, VietNam. Creating websites that look beautiful and are performant is my passion, and ensuring they are accessible is my mission!
If you would like to contribute to the repository, please do go through the Contributing Guidelines on how to proceed.
Please follow the following steps in order to get the website running on your system.
- Yarn 1.x: please refer to their installation guide.
- Gatsby & its prerequisites: please refer to their tutorial instructions. If you are new to Gatsby, do go through the full tutorial!
- Ensure prerequisites are successfully installed before proceeding.
- Fork the repo using the button to the top right, then clone the fork.
- If you need help regarding how to create, clone & manage a fork, go through Fork a repo - GitHub
- Run the command
yarn install
inside the cloned repo to install all the dependencies. - Run the command
gatsby develop
in order to start the website in development mode. By default, the server runs atlocalhost:8000
.
Feel free to drop any ideas or suggestions as Feature Request
issues! See any bug on your daily device? Please open a Bug Report
Issue. With your help, I will be able to ensure that my portfolio remains bug-free!