# frontend **Repository Path**: zizai/frontend ## Basic Information - **Project Name**: frontend - **Description**: No description available - **Primary Language**: Unknown - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-10-18 - **Last Updated**: 2025-10-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Genuine OJ 前端 [![CI](https://github.com/genuine-oj/frontend/actions/workflows/ci.yml/badge.svg)](https://github.com/genuine-oj/frontend/actions/workflows/ci.yml) [![Crowdin](https://badges.crowdin.net/genuine-oj-frontend/localized.svg)](https://crowdin.com/project/genuine-oj-frontend) [![GitHub license](https://img.shields.io/github/license/genuine-oj/frontend)](https://github.com/genuine-oj/frontend/blob/master/LICENSE.md) ## 初始化 ```bash yarn config set registry https://registry.npmmirror.com/ yarn ``` ### 开发模式 ```bash yarn dev ``` ### 生产模式模式 ```bash yarn generate ```