11 lines
212 B
Bash
11 lines
212 B
Bash
mkdir ~/repos
|
|
cd ~/repos/
|
|
git clone https://github.com/spotlightonag/linkedag-backend
|
|
git clone https://github.com/spotlightonag/linkedag
|
|
|
|
cd ~/repos/linkedag
|
|
npm install
|
|
|
|
cd ~/repos/linkedag-backend
|
|
npm install
|