Skip to content

Surfer is a modern web browser that offers an easy, minimalistic and polished browsing experience, with inspirations taken from the Safari browser, and uses Chromium and Electron technologies.

License

Notifications You must be signed in to change notification settings

GGIEnrike/surfer-browser

Repository files navigation

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

About

Surfer is a modern web browser that offers an easy, minimalistic and polished browsing experience, with inspirations taken from the Safari browser, and uses Chromium and Electron technologies.

Topics

Resources

License

Stars

Watchers

Forks