Skip to content

Latest commit

 

History

History
27 lines (22 loc) · 763 Bytes

README.md

File metadata and controls

27 lines (22 loc) · 763 Bytes

derlev-xyz

CI/CD

Monorepo of derlev.xyz

Dircetory structure

📦derlev-xyz
 ┣ 📂dashboard
 ┃ ┣ ✨···
 ┃ ┗ 📜README.md
 ┣ 📂functions
 ┃ ┣ ✨···
 ┃ ┗ 📜README.md
 ┣ 📂homepage
 ┃ ┣ ✨···
 ┃ ┗ 📜README.md
 ┣ ✨···
 ┣ 🔑LICENSE
 ┗ 📜README.md

Inside each of these three subfolders is a Nodejs app with Yarn. In each README is more info about the app. Sadly due to how Googles buildpacks work every directory has its own seperate package.json and yarn.lock.