Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 1.12 KB

README.md

File metadata and controls

23 lines (15 loc) · 1.12 KB

ticker-admin

Integration Quality Gate Status Maintainability Rating Coverage

Development

Requirement: Running instance of ticker, default: http://localhost:8080/v1

# Install dependencies
yarn install

# Start development server (http://localhost:3000)
yarn run dev

Configuration

Place configuration in .env file and restart/rebuild the ticker-admin

TICKER_API_URL=http://localhost:8080/v1