This project is a toy browser engine written in C++, based on Matt Brubek's implementation in Rust. It has limited functionality as of now, but I intend to make a fully functional end product.
To install and set up the project, follow these steps:
- Clone the repository:
git clone https://github.com/dcwalker25/dom-cpp.git
- Navigate to the project directory:
cd dom-cpp
- Create a build directory:
mkdir build && cd build
- Generate build files using CMake:
cmake ..
- Build the project:
make
Contributions are welcome! If you would like to contribute to the project, please follow these guidelines:
- Fork the repository
- Create a new branch:
git checkout -b feature/your-feature
- Make your changes
- Commit your changes:
git commit -m "Add your commit message"
- Push to the branch:
git push origin feature/your-feature
- Submit a pull request
This project is licensed under the MIT License.