rearranges more logically, hopefully

This commit is contained in:
2024-11-01 06:27:06 -07:00
parent a2171cea0a
commit 29c613b8cc
20 changed files with 124 additions and 11 deletions

10
dev/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