[TASK] add frontend process and basic files

This commit is contained in:
Marie Birner
2023-04-05 19:33:31 +02:00
parent 59b93e6a06
commit 602da85abe
9 changed files with 1704 additions and 4 deletions

2
.gitignore vendored
View File

@ -2,3 +2,5 @@ target/
db.sqlite
.history/
Rocket.toml
static/*
frontend/node_modules/*