first commit

This commit is contained in:
2024-04-17 12:11:48 -04:00
commit 5015e79d85
7 changed files with 2781 additions and 0 deletions

5
README.md Normal file
View File

@@ -0,0 +1,5 @@
# MEDTRACE: Case - Frontend developer
## build and run
From the repo root, run `make` to build the project. From there you can use your own server to serve from the repo root, or run `make serve` to run a development server. `make clean` will remove the dependencies and build directory.