Added a makefile for easier chaining of steps and prettier step so the html file does go bonkers

Wynd 2024-06-29 23:40:53 +03:00
parent e2549e51cc
commit e5859000e9
2 changed files with 5566 additions and 18131 deletions

12
Makefile.toml 100644
View File

@ -0,0 +1,12 @@
[tasks.create]
dependencies = ["run", "format"]
[tasks.format]
private = true
command = "prettier"
args = ["-w", "index.html"]
[tasks.run]
private = true
command = "cargo"
args = ["run"]

18519
index.html

File diff suppressed because it is too large Load Diff