diff --git a/README.md b/README.md
index b2d5852..09f9e01 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,7 @@
# Web File Storage
Run directly from repository with Hatch (or use pip install as usual):
+
```sh
hatch run cista -l :3000 /path/to/files
```
@@ -8,16 +9,17 @@ hatch run cista -l :3000 /path/to/files
Settings incl. these arguments are stored to config file on the first startup and later `hatch run cista` is sufficient. If the `cista` script is missing, consider `pip install -e .` (within `hatch shell`) or some other trickery (known issue with installs made prior to adding the startup script).
Create your user account:
+
```sh
hatch run cista --user admin --privileged
```
## Build frontend
-Prebuilt frontend is provided in repository but for any changes it will need to be manually rebuilt:
+Frontend needs to be built before using and after any frontend changes:
```sh
-cd cista-front
+cd frontend
npm install
npm run build
```
diff --git a/cista-front/src/components/FileViewer.vue b/cista-front/src/components/FileViewer.vue
deleted file mode 100644
index 4e45e02..0000000
--- a/cista-front/src/components/FileViewer.vue
+++ /dev/null
@@ -1,52 +0,0 @@
-
-
- setVisible(true)"
- :previewMask="false"
- :preview="{
- visibleImg,
- onVisibleChange: setVisible
- }"
- />
-
-