[简体中文] [English]
This is the repository of UIGF-org website. You can always view its live version at https://uigf.org
- Install NodeJS 18
- Use GitHub Desktop or Git command to clone this repository (
git clone
) - Run
npm install
in the root directory of the project
- Run
npm run docs:dev
in the root directory of the project- The document will run at
http://localhost:8080
by default
- The document will run at
-
Clone the repository
-
In both
docs/en/
anddocs/zh/
folder, findpartnership-list.md
-
In the correct area of standard, copy and following code and fill with your project information
<SiteInfo name="" desc="" logo="" url="" repo="" preview="" />
- Field explanation
Name
: Name of your projectdesc
: Introduction of your projectlogo
: URL of your project logo/icon imageurl
: Home page URL of your projectrepo
: Repository URL of your projectpreview
: Screenshot or banner image URL of your project
- You can create a folder with your project name in
docs/.vuepress/public/partnerships
, and upload your project-related image assets. If the asset you create isdocs/.vuepress/public/partnerships/sample-project/logo.png
, then its URL path can be written ashttps://uigf.org/partnerships/sample-project/logo.png
or/partnerships/sample-project/logo.png
- Field explanation
-
Save your change; make your Pull Request to the main breach
- Please include one sample output Json file of your project in the PR comment area