Skip to content

Latest commit

 

History

History
executable file
·
27 lines (14 loc) · 764 Bytes

README.md

File metadata and controls

executable file
·
27 lines (14 loc) · 764 Bytes

Surfer browser

Surfer is a chromium based browser built on top of Electron framework, utilizing TypeScript. This project's intentions are to build a minimalist, modern web browser that resembles design and implements features form Safari browser, while working on all desktop platforms.

Running insturctions

This project uses electron-quick-start-typescript template.

To build the project, execute:

$ npm run build

And to run the compiled output, run:

$ npm run run

Also, to do those two things at once, you can do:

$ npm run start

Or to continuously compile your code as you work, you can use:

$ npm run watch

Then, in another terminal, run the project with:

$ npm run run