Skip to content

os2edu/course

Repository files navigation

project scaffold

project use vite 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

gh-pages setting

you could deploy your site on github page simply before by setting VITE_API_BASE_URL environment variable.

img