adds linkedag repo

This commit is contained in:
2024-02-13 18:44:05 -08:00
parent dd03551278
commit bd938bc922

10
repos-linkedag.sh Normal file
View File

@@ -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