This repository has been archived on 2024-09-12. You can view files and clone it, but cannot push or open issues or pull requests.
svrjs-website/preparetest.sh
2024-03-15 21:53:12 +01:00

7 lines
214 B
Bash
Executable file

#!/bin/bash
git clone -b stable https://git.svrjs.org/git/svrjs.git
cp svrjs-config.json svrjs/config.json
echo "You can run the test server at http://localhost:3000 using:"
echo " cd svrjs"
echo " node svr.js"