diff --git a/repos-linkedag.sh b/repos-linkedag.sh new file mode 100644 index 0000000..cb48516 --- /dev/null +++ b/repos-linkedag.sh @@ -0,0 +1,10 @@ +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