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

https://github.com/dylanlott/exchange


https://github.com/dylanlott/exchange

Last synced: 11 months ago
JSON representation

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 .`