Updated readme
This commit is contained in:
parent
63eebb1812
commit
871f89467d
1 changed files with 17 additions and 1 deletions
18
README.md
18
README.md
|
|
@ -6,4 +6,20 @@ 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
|
||||
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