~/shop

shop[]

// TODO: mount <Storefront/>
STATUSno products yet
PAYMENTstripe — inactive
CONTACTlucaslchatham@gmail.com
???[ undefined ]
  launch.py - python3

>>> shop.launch()

coming soon_

# prints / objects / wearables

// the one route that resolves

>>> notify_me()_

one email when the first drop lands

  shop.py - python3
>>> from luchat import shop
>>> shop.open()
Traceback (most recent call last):
  File "shop.py", line 12, in open
    inventory = stockroom.load()
  File "stockroom.py", line 4, in load
    raise OutOfStockError("nothing here yet")
OutOfStockError: nothing here yet

>>> shop.status
'under construction'
>>> shop.eta
'when the paint dries'
>>> retry()_
// module ok: shop.py
hero_banner.pngasset not exported
[!] err 0x404: stock not foundproduct_01img missing / price = None
[!] KeyError: 'product'404object not on this wall
[!] drift: shelf emptyloading inventory...
checkout()not implemented
// skipped: inventory.length === 0
/* shop.css - WIP */
.shop {
  display: grid;
  grid-template-columns: repeat(var(--product-cols), 1fr);
  gap: var(--space-unset);
  /* TODO: define grid tokens */
}