从源代码构建
如果您想要拥有私人的保存站,请阅读此章节。
在终端中执行如下命令:
bash
git clone https://www.github.com/luogo-saver-dev/luogu-saver.git
cd luogu-saver
npm install
node app.js
出现 Server is running on port xxx
说明成功。此时访问 http://您的IP:端口
即可。