ba9a2aa891
Changed the project license reference in README.md from ISC to MIT and added a detailed MIT license file under documentation/MIT.md. This clarifies the licensing terms and provides users and contributors with explicit information about their rights and obligations.
1.4 KiB
1.4 KiB
Nebula
A customizable and privacy-focused web browser built with Electron.
Features
- Custom Theming: Personalize your browsing experience with custom themes.
- Privacy Control: Easily clear your browsing data, including history, cookies, and cache.
- Tab Management: Open new tabs, and manage them efficiently.
- History: Keeps track of your browsing and search history.
- Bookmarks: Save your favorite sites.
- Custom Start Page: Set your own home page.
- Zoom Controls: Adjust the zoom level of pages.
Getting Started
Prerequisites
- Node.js installed.
Installation
- Clone the repository:
git clone https://github.com/Bobbybear007/NebulaBrowser.git - Navigate to the project directory:
cd NebulaBrowser - Install Electron:
npm install --save-dev electron@latest
Running the Application
To start the browser, run the following command:
npm start
Building the Application
To build the application for your platform, run:
npm run dist
This will create a distributable file in the dist directory.
Technologies Used
- Electron
- HTML, CSS, JavaScript
License
This project is licensed under the MIT License. Read More