npm install -g npm
node -v
npm -v
npx create-next-app --example https://github.com/zesty-io/nextjs-starter
npm run dev
npm run sync
rm -Rf views/tutorials
git init
git add -A
git commit -m "your message here"
git branch -M main
git add remote origin [email protected]:username/repo-name.git
git push -u origin main
git checkout -b dev
code .
command, from the terminal, to open the code editor.git add -A
git commit -m "your message here"
git pull origin main
git push origin dev
'dev'
branch and allow you to create a pull request. Once approved dev can be merged into production.Dockerfile