diff --git a/docs/index.html b/docs/index.html index ca2f0dfa24..68d6466290 100644 --- a/docs/index.html +++ b/docs/index.html @@ -19,7 +19,7 @@

THERE WILL ONLY EVER BE 2,099,999,997,690,000 ORDINALS

Check out the bounties for a little ordinal treasure hunt.

-

A slide deck with mostly the same content as this page is available here.

+

A slide deck with mostly the same content as this page is available here, and and in NFT minting party video presentation form here.

What are ordinals?

diff --git a/justfile b/justfile index 7e46986b7f..876795e49b 100644 --- a/justfile +++ b/justfile @@ -36,6 +36,9 @@ status: serve: python3 -m http.server --directory docs +open: + open http://localhost:8000 + deck: slidedeck deck/index.md > docs/deck/index.html