Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 448 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 448 Bytes

Onion webpage - Jekyll version

☁️ Installation & Local Usage:

You need Ruby and gem before starting. When Ruby & Jekyll installed:

# clone the project
> git clone https://github.com/OnionBrowser/onionbrowser.github.io.git

# navigate to the folder
> cd OnionBrowser

# install project dependencies
> bundle install

# run jekyll with dependencies
> bundle exec jekyll serve

# build the project
> bundle exec jekyll build