This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
while(true) { | |
console.log('blah'); | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Make sure you have node 8+, and yarn installed. | |
# ============= Romeo LIB =============== | |
# Checkout romeo.lib and switch to the feature/ledger-support branch: | |
git clone [email protected]:SemkoDev/romeo.lib.git && cd romeo.lib && git checkout feature/ledger-support | |
# Install dependencies | |
yarn | |
# Create a yarn link |