In loving memory of Alex Cheng emosurrealism lives on
Tech and Frameworks Used
- Media stored on Cloudinary
- Daley
- Jorge
- A.J. Gonzalez
- Eric L Frey
- Charles Bridgers IV
- Clerk Next.js Auth Template by Eric L Frey
- Clerk Next.js Documentation - More info on customizing the Clerk Auth products.
- Next.js Documentation - learn about Next.js features and API.
- Learn Next.js - an interactive Next.js tutorial.
- git checkout -b branch-name
- make changes to branch-name
- git add .
- git commit -m "message"
- git push origin branch-name
- cmd click GitHub link
- bypass rules and merge (for now)
- git checkout main
- git pull origin main
- git fetch origin deploy (if you don't have deploy branch yet)
- git checkout deploy
- git merge main
- git push origin deploy
