27 lines
600 B
Markdown
27 lines
600 B
Markdown
# Vytal
|
|
|
|
Vytal shows you what traces your browser leaves behind while surfing the web. This scan allows you to understand how easy it is to identify and track your browser even while using private mode.
|
|
|
|
This application is built with a react frontend and a django backend.
|
|
|
|
Vytal contains no ads and signup is not required.
|
|
|
|
Check it out at https://vytal.io
|
|
|
|
<!--  -->
|
|
|
|
# Dev
|
|
|
|
Backend Django setup:
|
|
|
|
```
|
|
cd backend
|
|
python manage.py runserver
|
|
```
|
|
|
|
Frontend React setup:
|
|
|
|
```
|
|
cd frontend
|
|
yarn run start
|
|
```
|