To setup project on server
- Take clone of sns-nextjs
- cd sns-nextjs
- sudo mkdir themes
- cd themes
- take clone of theme
- cd
- /bin/bash install-theme.sh
DO NOT MANUALLY UPDATE ANY FILE IN THEMES FOLDER MANUALLY
To update a theme
- Make changes in file in sns-nextjs eg: sns-nextjs/styles/About.module.css
- cd themes/elite
- /bin/bash update-theme.sh
- git add / git commit / git push (theme repository)