I want to fork BISQ but on their github no guidance is available except code. Anyone who guide?
If you have already a github account,
go to the concerned github repository you want to fork,
then you just have to click on the top right “fork” button,
… and it’s done.
Everybody knows.
Guidance to run the code locally .steps?
You can find instructions on how to build from source here, if that is what you are looking for.
Building From Source
====================
This guide will walk you through the process of building Bisq from source.
> _**NOTE:** For most users, building from source is not necessary. See the [releases page](https://github.com/bisq-network/bisq-desktop/releases), where you'll find installers for Windows, Linux and Mac OS X._
There is an install script (2 parts) for setup (JDK, Git, Bitcoinj, Bisq) on Linux in that directory (install_on_unix.sh, install_on_unix_fin.sh).
System requirements
-------------
The prerequisite for building Bisq is installing the Java Development Kit (JDK), version 8u131 or better (as well as Git).
$ sudo apt-get install openjdk-8-jdk git
In Debian/Ubuntu with OpenJDK you'll need OpenJFX as well, i.e. you'll need the `openjfx` package besides the `openjdk-8-jdk` package.
$ sudo apt-get install openjfx
This file has been truncated. show original
1 Like
@Aqeelkazmi more details how to set up whole bunch of projects you can find here - https://github.com/bisq-network/bisq/blob/master/README.md
1 Like