Skip to content

Latest commit

 

History

History
executable file
·
29 lines (15 loc) · 808 Bytes

README.md

File metadata and controls

executable file
·
29 lines (15 loc) · 808 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 instructions

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

$ npm install before attempting to run.

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