https://github.com/zeramorphic/autocuber
https://github.com/zeramorphic/autocuber
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/zeramorphic/autocuber
- Owner: zeramorphic
- License: apache-2.0
- Created: 2021-09-23T17:04:49.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-10-11T08:58:38.000Z (about 4 years ago)
- Last Synced: 2025-01-16T06:15:06.967Z (10 months ago)
- Language: Rust
- Size: 685 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE_APACHE
Awesome Lists containing this project
README
# `autocuber`
To send HTML/JS/WASM files to the Thirds server (assuming you have an SSH connection), run these commands in a sh-like terminal:
```sh
cd www
rm -r dist
npm run build
rsync -avrz --delete --rsh=ssh ./dist/ root@thirdsgames.co.uk:/home/autocuber
```