theycallhermax / wasteof.time

💸 An open-source wasteof.money frontend/backend implementation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

wasteof.time

An open-source wasteof.money frontend/backend implementation

Running

Backend

cargo run -q -p backend

Frontend

To run the frontend, you need trunk, and the WASM target added. See the Yew tutorial for more details.

cd frontend
trunk watch

Systemd Services

Backend

[Unit]
Description=wasteof.time Backend

[Service]
Restart=on-failure
RestartSec=5s
ExecStart=cd wasteof.time; cargo run -q -p backend

[Install]
WantedBy=default.target

Frontend

[Unit]
Description=wasteof.time Frontend

[Service]
Restart=on-failure
RestartSec=5s
ExecStart=cd wasteof.time/frontend; trunk serve

[Install]
WantedBy=default.target

About

💸 An open-source wasteof.money frontend/backend implementation

License:GNU General Public License v3.0


Languages

Language:Rust 82.9%Language:SCSS 12.9%Language:HTML 4.2%