Table of Contents
-
About The Project
-
Getting Started
- Usage
- Contributing
- Contact
## About The Project
Credited to Bruno Simon's amazing work, this is an interactive portfolio where viewer can play games while viewing my profile
(back to top)
### Built With
Frameworks/libraries used to bootstrap this project.
* [Three.js](https://nextjs.org/)
* [Blender](https://www.blender.org/)
(back to top)
## Getting Started
To get a local copy up and running follow these simple example steps.
### Scripts
1. Clone the repo
```sh
git clone https://github.com/lebinh190998/porfolio.git
```
2. Install NPM packages
```sh
npm install
```
3. Run locally
```sh
npm run dev
```
4. Build production version
```sh
npm run build
```
(back to top)
## Contributing
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are **greatly appreciated**.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement".
Don't forget to give the project a star! Thanks again!
1. Fork the Project
2. Create your Feature Branch (`git checkout -b feature/AmazingFeature`)
3. Commit your Changes (`git commit -m 'Add some AmazingFeature'`)
4. Push to the Branch (`git push origin feature/AmazingFeature`)
5. Open a Pull Request
(back to top)
## Contact
Le Binh - [@lebinh1909](https://www.linkedin.com/in/binhle19/) - lebinh190998@gmail.com
Project Link: [https://github.com/lebinh190998/porfolio](https://github.com/lebinh190998/porfolio)
Production: [https://lebinhporfolio.netlify.app/](https://lebinhporfolio.netlify.app/)
(back to top)