git clone https://github.com/xitanggg/open-resume.git
cd open-resume
npm install
npm run dev
打开浏览器并访问 http://localhost:3000
git clone https://github.com/xitanggg/open-resume.git
cd open-resume
docker build -t open-resume .
docker run -p 3000:3000 open-resume
打开浏览器访问 http://localhost:3000