Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 781 Bytes

File metadata and controls

30 lines (19 loc) · 781 Bytes

Validator Tracker Notifier

Development Mode (Dev Mode)

This project supports a development mode with automatic reload on code changes using air.

Prerequisites

  • Go installed
  • air installed (install with go install github.com/cosmtrek/air@latest)

Running in Dev Mode

To start the application in development mode with live reload and debug logging:

LOG_LEVEL=DEBUG air

This will watch for file changes and automatically restart the app. You can edit code and see changes reflected immediately.

Example

# Install air if you haven't already
go install github.com/air-verse/air@latest

# Run in dev mode with debug logs
LOG_LEVEL=DEBUG air