This website requires JavaScript.
Explore
Help
Sign In
savanni
/
visions-vtt
Watch
1
Star
0
Fork
You've already forked visions-vtt
0
Code
Issues
22
Pull Requests
Projects
7
Releases
Wiki
Activity
977059c90d
visions-vtt
/
server
/
Makefile
12 lines
94 B
Makefile
Raw
Normal View
History
Unescape
Escape
Set up an echo server
2022-11-17 19:55:09 +00:00
.PHONY
:
dev
dev
:
cargo watch -x run
Set up the database table with users, invitations, and sessions
2022-11-17 20:55:10 +00:00
test
:
cargo watch -x
test
test-oneshot
:
cargo
test