A Mentor/ Mentee Matchmaking App
IP: 34.122.108.133 URL: https://www.menta.dev
To Deploy:
Ask @Jooms to do the following
- Change to correct directory
cd ~/Menta/frontend/
- Pull down new changes
git checkout main git pull
- Build prod assets
npm run build
- Deploy to webserver
sudo cp -r build/* /var/www/html/
TODO(Jooms): Fix backend deployment and record instructions here.