Monorepo of derlev.xyz
📦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
.