Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/tranphuquy19/farmers-hub


https://github.com/tranphuquy19/farmers-hub

Last synced: 2 days ago
JSON representation

Awesome Lists containing this project

README

        

# Farmers Hub project

## Run

```bash
docker-compose up -d
go run .
```

## Build

`go build .`

## Build cross-platform

`bash ./build.sh`

```text
# platforms.txt
linux/amd64
linux/arm
darwin/amd64
darwin/arm64
windows/amd64
windows/arm
```

## Hot-reload

- Requires Node.js installed
- Install nodemon: `[sudo] npm install -g nodemon`
- Start in deamon: `nodemon --watch './**/*' -e go,html --signal SIGTERM --exec 'go' run main.go`