8000 GitHub - void2eye/msqh: 码上启航: 基于nextjs的python游戏化在线学习平台
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

void2eye/msqh

Repository files navigation

本地部署

测试:

git clone https://github.com/void2eye/msqh.git

cd msqh

npm install

npm run dev

编译

npm run build
npm run start

推荐使用pm2进行托管

npm install -g pm2

pm2 start npm -- start

docker部署

docker build -t msqh-app .

docker run -p 3000:3000 msqh-app

About

码上启航: 基于nextjs的python游戏化在线学习平台

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0