Updated readme
This commit is contained in:
parent
63eebb1812
commit
871f89467d
1 changed files with 17 additions and 1 deletions
16
README.md
16
README.md
|
|
@ -7,3 +7,19 @@ This application is built with a react frontend and a django backend.
|
||||||
Vytal contains no ads and signup is not required.
|
Vytal contains no ads and signup is not required.
|
||||||
|
|
||||||
Check it out at https://vytal.io
|
Check it out at https://vytal.io
|
||||||
|
|
||||||
|
# Dev
|
||||||
|
|
||||||
|
Backend setup:
|
||||||
|
|
||||||
|
```
|
||||||
|
cd backend
|
||||||
|
python manage.py runserver
|
||||||
|
```
|
||||||
|
|
||||||
|
Frontend setup:
|
||||||
|
|
||||||
|
```
|
||||||
|
cd frontend
|
||||||
|
yarn run start
|
||||||
|
```
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue