diff --git a/README.md b/README.md index 10f6abf..8b0bd7a 100644 --- a/README.md +++ b/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 \ No newline at end of file +Check it out at https://vytal.io + +# Dev + +Backend setup: + +``` +cd backend +python manage.py runserver +``` + +Frontend setup: + +``` +cd frontend +yarn run start +```