Skip to content

theycallhermax/wasteof.time

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Topics

Resources

License

Stars

Watchers

Forks