Skip to content

Latest commit

 

History

History
16 lines (14 loc) · 214 Bytes

File metadata and controls

16 lines (14 loc) · 214 Bytes

web

每日一题的网站

快速参与开发

# install dependencies
npm install

# run at localhost:8085
npm run devlocal

部署

# build for production with minification
npm run build