This file contains 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 git@github.com:SemkoDev/romeo.lib.git && cd romeo.lib && git checkout feature/ledger-support | |
# Install dependencies | |
yarn | |
# Create a yarn link |
This file contains 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'); | |
} |