fixing ui when visible on small screen.

tweak local contrib instructions.
Fixing javascript mediaquery breakpoint for small screen.
This commit is contained in:
Jason Kulatunga
2021-04-25 23:22:29 -07:00
parent 644a9418dd
commit 712119cb5e
3 changed files with 5 additions and 3 deletions
+3 -1
View File
@@ -23,7 +23,9 @@ analogj/scrutiny
The frontend is written in Angular.
If you're working on the frontend and can use mocked data rather than a real backend, you can use
```
cd webapp/frontend && ng serve
cd webapp/frontend
npm install
ng serve
```
However, if you need to also run the backend, and use real data, you'll need to run the following command: