# course **Repository Path**: ztlb/course ## Basic Information - **Project Name**: course - **Description**: 开源项目培训用 测试链接地址 - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2023-01-07 - **Last Updated**: 2024-04-16 ## 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)