Running a custom PHP app on Digital Ocean's App Platform
I am using MAMP Pro 3.6 on my macOS Mojave.
First create a empty github repo at https://github.com/new under your username, say krishnan.
cd ~/www
mkdir test
cd test
echo "# test" >> README.md
git init
git add README.md
git commit -m "first commit"
g...
anjanesh.dev3 min read