mirror of
https://github.com/zen-browser/docs.git
synced 2025-07-07 17:05:34 +02:00
715 B
715 B
title |
---|
Building Zen Browser 📦 |
[!failure] We cannot provide support if a build fails. Please understand this before proceeding with the following steps.
We've took the time to make building Zen Browser as easy as possible, independent of your operating system or technical knowledge.
- Clone the repository
git clone https://github.com/zen-browser/desktop.git
cd desktop
- Install dependencies
npm install
- Download and bootstrap the browser
npm run init
- Start building the browser
[!info] This may take a while, depending on your internet connection and computer speed.
npm run build
- Start the browser!
npm start