Quickly start a JavaScript POC
git clone https://github.com/agape-mou/fast-start-js.git
cd fast-start-js
rm -rf .git
git init
git remote add origin <YOUR_ORIGIN>
git remote -v
git add --all
git commit -am "Initial commit"
git push -f origin main