Skip to content

zangster300/rocket-map-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rocket Map Component

Usage

Setup

  1. Go
go mod tidy
  1. Web Dependencies
go run cmd/web/build/main.go
  1. Datastar Pro + Rocket

Grab the datastar-pro-rocket.js file from the pro repo and drop it alongside the datastar bundle in /web/resources/static/datastar/

Development Mode

go tool task live

OR

air -build.cmd "go build -tags=dev -o tmp/bin/main ./cmd/web" -build.bin "tmp/bin/main" -misc.clean_on_exit true -build.include_ext "go,templ"

# watch and rebuild web assets + hotreload
go run cmd/web/build/main.go -watch

# watch and rebuild templ components
go tool templ generate -watch

Data Sources

  • land.json
  • all-members.json -> scraped from Discord API on 2026-01-28

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published