An open API service indexing awesome lists of open source software.

https://github.com/zeramorphic/autocuber


https://github.com/zeramorphic/autocuber

Last synced: 8 months ago
JSON representation

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
```