An open API service indexing awesome lists of open source software.

https://github.com/ryanmcdermott/dumbkit

Toy Browser Engine
https://github.com/ryanmcdermott/dumbkit

Last synced: about 1 year ago
JSON representation

Toy Browser Engine

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)