-
Notifications
You must be signed in to change notification settings - Fork 0
How to get Zinc's source code
lockieluke edited this page Jan 4, 2021
·
1 revision
Woah! Zinc is such a performant and secure browser but wait... How can I get its source code and try digging inside the browser 🤔? In fact, it's very simple and just need some commands and it's done!
Required Programs:
- Git(recommended) / GitHub CLI
- NodeJS
- Yarn
So now let's get started:
-
Clone the repository on your disk using Git or GitHub CLI(The flag
--recursiveis very important!!!)git clone https://github.com/lockieluke/Zinc.git --recursive // or using GitHub CLI gh repo clone lockieluke/Zinc -- --recursive
-
Change directory in
Zinccd Zinc -
Install all the dependencies just to make sure
yarn install
-
Is there more? Yes run this just to make sure everything is going on the right track.
yarn update-submodules
-
Head to another wiki page to learn more about how to start Zinc!