Skip to content

Commit

Permalink
Build dist file and examples
Browse files Browse the repository at this point in the history
  • Loading branch information
dtonon committed Jun 6, 2024
1 parent 3bf76a8 commit 164bdac
Show file tree
Hide file tree
Showing 5 changed files with 2,117 additions and 361 deletions.
619 changes: 528 additions & 91 deletions dist/index.html

Large diffs are not rendered by default.

619 changes: 529 additions & 90 deletions examples/fiatjaf.html

Large diffs are not rendered by default.

619 changes: 529 additions & 90 deletions examples/hodlbod.html

Large diffs are not rendered by default.

619 changes: 529 additions & 90 deletions examples/opensats.html

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions justfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,12 @@ examples:
sed -i.bak "s/replace_with_your_npub/npub1jlrs53pkdfjnts29kveljul2sm0actt6n8dxrrzqcersttvcuv3qdjynqn/g" index.html && rm -f index.html.bak
sed -i.bak 's/<meta name="top-notes" value="0" \/>/<meta name="top-notes" value="2" \/>/g' index.html && rm index.html.bak
sed -i.bak 's/<meta name="short-chars" value="0" \/>/<meta name="short-chars" value="800" \/>/g' index.html && rm index.html.bak
sed -i.bak 's/<meta name="topics" value="" \/>/<meta name="topics" value="coracle, nostr" \/>/g' index.html && rm index.html.bak
npm run build
mv dist/index.html examples/hodlbod.html
cp blank.html index.html
sed -i.bak "s/replace_with_your_npub/npub180cvv07tjdrrgpa0j7j7tmnyl2yr6yr7l8j4s3evf6u64th6gkwsyjh6w6/g" index.html && rm -f index.html.bak
sed -i.bak 's/<meta name="topics" value="" \/>/<meta name="topics" value="nostr, bitcoin, economics" \/>/g' index.html && rm index.html.bak
npm run build
mv dist/index.html examples/fiatjaf.html
cp blank.html index.html
Expand Down

0 comments on commit 164bdac

Please sign in to comment.