https://github.com/ryanmcdermott/dumbkit
Toy Browser Engine
https://github.com/ryanmcdermott/dumbkit
Last synced: about 1 year ago
JSON representation
Toy Browser Engine
- Host: GitHub
- URL: https://github.com/ryanmcdermott/dumbkit
- Owner: ryanmcdermott
- Created: 2016-05-17T05:34:04.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-06-09T06:01:35.000Z (about 10 years ago)
- Last Synced: 2024-10-21T21:06:25.400Z (over 1 year ago)
- Language: JavaScript
- Size: 36.1 KB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# dumbkit
## What is it?
`dumbkit` is an experiment to make a very simple browser engine in JavaScript.
## Requirements
Node 5.x or greater.
## Installation
1. `git clone https://github.com/ryanmcdermott/dumbkit.git`
2. `npm install`
3. `make`
## Development
1. Follow installation steps above
2. `make dev`
## Contributing
Pull requests are much appreciated and accepted.
## License
Released under the [MIT License](http://www.opensource.org/licenses/MIT)
## Credits
[https://limpet.net/mbrubeck/2014/08/08/toy-layout-engine-1.html](https://limpet.net/mbrubeck/2014/08/08/toy-layout-engine-1.html)