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

https://github.com/fuco1/browser

conkeror-like browser in electron
https://github.com/fuco1/browser

browser conkeror electron

Last synced: about 2 months ago
JSON representation

conkeror-like browser in electron

Awesome Lists containing this project

README

          

# browser

An effort to build conkeror-like browser with [electron](https://electron.atom.io).

## To Use

To clone and run this repository you'll need [Git](https://git-scm.com) and [Node.js](https://nodejs.org/en/download/) (which comes with [npm](http://npmjs.com)) installed on your computer. From your command line:

```bash
# Clone this repository
git clone https://github.com/Fuco1/browser
# Go into the repository
cd browser
# Install dependencies
npm install
# Run the app
npm start
```