https://github.com/dylanlott/exchange
https://github.com/dylanlott/exchange
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/dylanlott/exchange
- Owner: dylanlott
- License: mit
- Created: 2019-09-02T18:09:06.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T09:09:37.000Z (over 3 years ago)
- Last Synced: 2025-01-30T01:29:43.126Z (over 1 year ago)
- Language: Go
- Size: 2.06 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 24
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# exchange
> a lead exchange and generation platform
#Development
## run web app in development
`cd web/exchange/ && npm run dev`
## run server for development
`go run main.go`
# Building and Production
## build binaries
`go build main.go`
## build docker image
`docker build -t exchange .`