# opencore-web **Repository Path**: wangchao-cn/opencore-web ## Basic Information - **Project Name**: opencore-web - **Description**: No description available - **Primary Language**: Unknown - **License**: MPL-2.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-05-03 - **Last Updated**: 2026-05-03 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # OpenCores Frontend ## build Install packages ```bash npm i ``` then to run in developer mode, run ```bash npm run dev # or start the server and open the app in a new browser tab npm run dev -- --open ``` ## Building To create a production version, run ```bash npm run build ``` You can preview the production build with `npm run preview`. Then copy the /dist folder to your /public folder inside OpenCore.