Skip to content

XCPCIO/board

main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
May 27, 2022 13:37
May 22, 2022 22:47
December 17, 2020 12:49
src
May 23, 2022 10:56
May 21, 2022 15:35
November 3, 2020 17:34
July 18, 2022 20:58
June 26, 2022 09:16
June 26, 2022 09:16

XCPCIO-Board

Build Lint License jsDelivr

Deploying

git clone https://github.com/XCPCIO/board.git

# Installation dependencies
pnpm install

# start http server
pnpm start

# build the project
pnpm build

Configuration

配置文件在主目录下的 config.ts

{
    title: 'Board - XCPCIO',
    publicPath: '/',
    // 数据源的前缀目录,该部分会在发送request请求时自动加在请求地址的前缀
    data_host: '/data/',
    metas: [
        {
            name: 'keywords',
            content: 'icpc, ccpc, board, rank, standings'
        },
        {
            name: 'description',
            content: 'XCPCIO-Board 主要收录 *CPC 系列竞赛的榜单。'
        },
    ],
    // 本地开发时数据源的代理地址
    proxy: {
        '/data': {
            target: 'https://board.xcpcio.com',
            changeOrigin: true,
        },
    },
};

License

MIT.

👏 Our Supporters

↳ Stargazers

Stargazers repo roster for @XCPCIO/board



Back to top