Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/gammaswap/v1-landing

Landing page of GammaSwap project
https://github.com/gammaswap/v1-landing

Last synced: about 1 month ago
JSON representation

Landing page of GammaSwap project

Awesome Lists containing this project

README

        

# v1-landing
Landing page of GammaSwap project

#How to launch in production

1) Create build "npm run build"

2) install serve globally if not there "npm install -g serve"

3) install pm2 globally if not there "npm install -g pm2"

4) launch by running "pm2 start v1-landing-app.sh"

To stop run "pm2 stop v1-landing-app.sh"

App will run on port 3000