picprose
v0.1.0
PICPROSE是用於中等,WordPress,微信和其他博客文章的文章封面圖像生成器工具
預覽:
https://picprose.net
https://picprose.pixpark.net/(Chinese大陸)
展示:
https://pixpark.net

步驟1:
config unsplash鍵
創建文件.env.local ,放入Unsplash鍵
NEXT_PUBLIC_UNSPLASH_API_KEY = your_unsplash_api_key
請參閱:https://unsplash.com/documentation
步驟2:
運行開發服務器:
npm install
npm run dev
# or
yarn install
yarn dev打開http:// localhost:3000使用瀏覽器查看結果。
您可以通過修改app/page.tsx開始編輯頁面。編輯文件時,頁面自動更新。
該項目使用next/font自動優化和加載自定義的Google字體。
跑步
npm run build靜態文件生成out dir
您可以首先創建自己的Nextra網站並通過單擊鏈接部署到Vercel:
docker run -d --name picprose -e NEXT_PUBLIC_UNSPLASH_API_KEY=xxx -p 3000:3000 hausen1012/picprosePICPROSE是MIT許可證的開源。