Skip to content

Latest commit

 

History

History
43 lines (27 loc) · 1.22 KB

README.md

File metadata and controls

43 lines (27 loc) · 1.22 KB

Edgeless Browser

Edgeless Browser

Edgeless Browser is a browser that is built on top of the electron framework and uses the solidjs library for the front end. The browser is a work in progress and is not yet ready for use. The browser is being built to be a more privacy focused browser that is secure and minimalistic. The browser is being built by Hasan and is open source so feel free to contribute to the project.

App Screenshot

getting started

to get started install the dependencies in both the app and electron directories

git clone https://github.com/edgelessbrowser/edgeless

# cd
cd edgeless

# installing app (solidjs) dependecies
cd app
yarn install

# Run the app in development mode
yarn dev

Workspace Package Installation

To add a package to a specific workspace, you can use the following command:

yarn workspace <workspace_name> add <package_name>

For example, to add the react-dom package to the app workspace, run:

yarn workspace app add react-dom

More information is coming soon.

Tweet at @rakibtg