Landing page of GammaSwap project
#How to launch in production
-
Create build "npm run build"
-
install serve globally if not there "npm install -g serve"
-
install pm2 globally if not there "npm install -g pm2"
-
launch by running "pm2 start v1-landing-app.sh"
To stop run "pm2 stop v1-landing-app.sh"
App will run on port 3000