Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 1010 Bytes

File metadata and controls

34 lines (22 loc) · 1010 Bytes

hackmap

a quick and dirty web app to look up where things are at hackrva.

running

This should be easy to run if you have golang and air installed

install air:

go install github.com/air-verse/air@latest

This should install air to ~/go/bin (you may want to add ~/go/bin to your PATH.

Then you can run the server with the following command.

air

This should do hot reloading if you make changes to the code.

Usage

Hackmap takes a spreadsheet and builds a map from that data. You can add something to the map as either a container or an item.

A 'container' will show some physical representation on the map.
An 'item' will show its physical representation as whatever 'container' that it's in. e.g. if you search for something like 'ketchup' it will highlight the refrigerator container on the map.

https://map.hackrva.org

demo_image