Giter Club home page Giter Club logo

yulequan-relations-graph's Introduction

明星关系图谱

体验网址: https://desertsx.github.io/yulequan-relations-graph/

相关文章:

使用 GitHub Pages 部署静态网页

# 将本地静态网页项目的文件夹变成用git管理的本地仓库
git init
# 查看所有文件,多出 .git 文件
ls -al

# 新建后对项目进行介绍
touch README.md
# 新建后可以写入后续不想提交到GitHub上的文件
touch .gitignore

# 列出所有本地分支和远程分支,仓库默认在 master 分支
git branch -a

# 新建并切换到 gh-pages 分支
git checkout -b gh-pages

# 显示有变更的文件
git status

# 删除 master 分支
git branch -d master

# 添加当前目录的所有文件到暂存区
git add .

# 提交暂存区到仓库区,并添加代码提交信息
git commit -m 'first commit'

# 添加远程仓库
git remote add origin [email protected]:DesertsX/yulequan-relations-graph.git

# 把本地的 gh-pages 分支推送到 origin 服务器上
git push origin gh-pages

yulequan-relations-graph's People

Contributors

desertsx avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.