Thanks to visit codestin.com
Credit goes to github.com

Skip to content

stephenyeargin/trmnl-seatgeek

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SeatGeek for TRMNL

Build and Deploy

promo

Screenshots

Venue

screenshot

Half Horizontal Half Vertical Quadrant
screenshot screenshot screenshot

Performer

screenshot

Half Horizontal Half Vertical Quadrant
screenshot screenshot screenshot

Development

Releasing

This project uses automated releases based on the VERSION file. To create a new release:

  1. Update the version using the bump script:

    ./bin/bump-version [major|minor|patch]
  2. Commit and push the version change:

    git add VERSION
    git commit -m "Bump version to X.Y.Z"
    git push origin main
  3. The GitHub Action will automatically:

    • Create a git tag for the new version
    • Generate release notes from commits
    • Create a GitHub release
    • Deploy to TRMNL using trmnlp push

Manual Development

For local development and testing:

# Run development server
./bin/dev

# Push to TRMNL (requires API key configuration)
trmnlp push