AsaiToshiya / vercel-nostr-posts

Home Page:https://vercel-nostr-posts.vercel.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This repository has moved to https://github.com/AsaiToshiya/nostr-toybox/tree/main/posts.


vercel-nostr-posts

セットアップ

リポジトリ

git clone --recursive https://github.com/AsaiToshiya/vercel-nostr-posts.git
cd vercel-nostr-posts
npm install

Vercel

ログイン

$ node ./node_modules/vercel/dist/index.js login to.asai.60@gmail.com
Vercel CLI 28.15.4
We sent an email to to.asai.60@gmail.com. Please follow the steps provided inside it and make sure the security code matches Snowy Vampire Bat.
> Success! Email authentication complete for to.asai.60@gmail.com
Congratulations! You are now logged in. In order to deploy something, run `vercel`.
💡  Connect your Git Repositories to deploy every branch push automatically (https://vercel.link/git).

プロジェクトの作成

$ node ./node_modules/vercel/dist/index.js project add vercel-nostr-posts
Vercel CLI 28.15.4
> Success! Project vercel-nostr-posts added (asaitoshiya) [564ms]

リンク

$ node ./node_modules/vercel/dist/index.js link
Vercel CLI 28.15.4
? Set up “~/bin/vercel-nostr-posts”? [Y/n] y
? Which scope should contain your project? asaitoshiya
? Found project “asaitoshiya/vercel-nostr-posts”. Link to it? [Y/n] y
✅  Linked to asaitoshiya/vercel-nostr-posts (created .vercel and added it to .gitignore)

crontab

0 * * * * export PATH=/usr/local/bin/:$PATH; cd /home/pi/bin/vercel-nostr-posts && npm run deploy > /dev/null 2>&1

npm スクリプト

$ npm run
Lifecycle scripts included in vercel-nostr-posts@1.0.0:
  test
    echo "Error: no test specified" && exit 1

available via `npm run-script`:
  prebuild
    rm -rf public && mkdir public
  build
    node index.js && mv -f index.html hashtag.html ./public && copyfiles -f ./node_modules/github-markdown-css/github-markdown.css ./public
  deploy
    npm run build && npm run toc && vercel --prod
  toc
    node toc.js && mv -f toc.html ./public

About

https://vercel-nostr-posts.vercel.app/

License:MIT License


Languages

Language:JavaScript 100.0%