diff --git a/README.md b/README.md
index 112d09b..ca54849 100644
--- a/README.md
+++ b/README.md
@@ -13,3 +13,15 @@ Make sure you cd into Backend folder.
1. docker build -f docker_files/Dockerfile -t team51-backend .
2. docker run -d -p 5000:5000 team51-backend
3. pytest
+
+
+# How to run frontend application:
+Separate terminals will be needed.
+1. python3 app.py
+2. python3 initdatabase.py
+3. python3 databasefunctions.py
+4. cd Frontend, cd recat-app-team51, nvm run dev
+5. interact with the screens!
+
+The sign up screen redirects to the login screen, and the login screen redirects to a placeholder homepage.
+There are buttons on both the sign up screen and login screen that take you back to the other page.
\ No newline at end of file