Skip to content
View RingForYou's full-sized avatar
🎯
专注
🎯
专注

Block or report RingForYou

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
RingForYou/README.md

本项目源于:https://github.com/jirengu-inc/animating-resume。向作者表示深深的敬意。

使用方法

  1. 安装Node.js环境:https://nodejs.org/

  2. 安装git: https://git-scm.com/

  3. 执行以下命令:

git clone https://github.com/sitexa/anires.git
cd anires
npm install
npm run dev

部署方法

  1. 编辑 config/index.js,修改第 10 行的 assetsPublicPath,值为 项目名/public。如果你没有修改项目名 anires,则可跳过此步骤。

  2. 编译、上传

bash
npm run build
git add .
git commit -m "update"
git push
  1. 开启 GitHub Pages 功能, 或者,把生成的目标文件public/*放在你的web服务器上。

4,访问地 https://ringforyou.github.io/RingForYou/public

Pinned Loading

  1. LibreTV LibreTV Public

    Forked from LibreSpark/LibreTV

    一分钟搭建影视站,支持Vercel/Docker等部署方式

    JavaScript