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
- Host: GitHub
- URL: https://github.com/fuco1/browser
- Owner: Fuco1
- License: gpl-3.0
- Created: 2017-05-08T18:31:49.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2024-03-18T10:13:12.000Z (about 2 years ago)
- Last Synced: 2025-04-01T13:15:42.221Z (about 1 year ago)
- Topics: browser, conkeror, electron
- Language: JavaScript
- Size: 16.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```