Skip to content

Universal Installation

arjunj132 edited this page Jul 14, 2022 · 2 revisions

If you run Linux, go use the files. If you want to build the actual thing, or you run Windows or Mac, use this way.

Make sure you clone this repo and cd:

git clone https://github.com/arjunj132/dinobrowse.git
cd dinobrowse

Let's install the dependencies:

npm install

Depending on your internet connection, it can be fast or slow (from 10 - 120 seconds).

So now that we installed the dependencies, let's run it! Use this command:

npm start https://google.com

Then after a second, the browser should load.

Clone this wiki locally