This is my personal portfolio site source code. It showcases my projects, skills, and experience as a software engineer.
To get a local copy up and running, follow these steps:
-
Clone the repository:
git clone https://github.com/eng618/eng618.github.io.git
-
Navigate to the project directory:
cd eng618.github.io -
Install dependencies using Bun:
bun install
To start the development server:
bun devOpen http://localhost:3000 with your browser to see the result.
To build the project for production:
bun run buildTo run tests:
bun testIf you encounter any issues or have questions, please open an issue.
If you find this project useful and want to support its development, you can buy me a coffee!
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature) - Commit your Changes (
git commit -m 'Add some AmazingFeature') - Push to the Branch (
git push origin feature/AmazingFeature) - Open a Pull Request
- GarciaEricN - Initial work - eng618
Distributed under the MIT License. See LICENSE for more information.
This project is currently active and being maintained.