Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/gammaswap/v1-landing
- Owner: gammaswap
- License: gpl-3.0
- Created: 2022-06-24T21:07:19.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-08-02T03:44:04.000Z (over 2 years ago)
- Last Synced: 2023-03-06T13:46:50.298Z (almost 2 years ago)
- Language: TypeScript
- Size: 659 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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