# course **Repository Path**: july-12/course ## Basic Information - **Project Name**: course - **Description**: 在线课程培训网站 loongsonedu.cn/course/ - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: feat/loongson - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-01-07 - **Last Updated**: 2023-07-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ### project scaffold project use [vite](https://vitejs.dev/) to initialize. ### stack - React(18+) - React Router DOM(6+) - Scss - typescript - antd ### local develop 1. create .env which need to fill __VITE_API_BASE_URL__ variable 2. yarn install 3. yarn dev ### custumize site information project provide entry for you to customize site information about site like: **logo, title, contact, friend link, etc...** all you need to do is by editing [site.config.js](./site.config.js) ### gh-pages setting you could deploy your site on github page simply before by setting __VITE_API_BASE_URL__ environment variable. ![img](https://user-images.githubusercontent.com/920487/196583610-d34b6fc4-06db-41ba-b6e3-df092e0d1f30.png)