-
Notifications
You must be signed in to change notification settings - Fork 10
Compiling Nexus Bridge
Oleg edited this page Jan 29, 2020
·
7 revisions
Compiling the Nexus Bridge is optional.
If you would like to compile the Nexus Bridge per your requirements, follow the steps below.
To compile the project you need Node.js to be installed and the Nexus Bridge project to be cloned to your file system.
Go into the Nexus Bridge directory (/packages/nexus-bridge/)
yarn install
yarn build
Note: If you are on Windows, you can get the error 'rm' is not recognized as an internal or external command
trying to build. In this case you can compile in Microsoft Visual Studio Code using bash
shell (for example, available in git installation)