changed frontend readme
diff --git a/xos/configurations/frontend/README b/xos/configurations/frontend/README.md
similarity index 66%
rename from xos/configurations/frontend/README
rename to xos/configurations/frontend/README.md
index ba8875e..deae586 100644
--- a/xos/configurations/frontend/README
+++ b/xos/configurations/frontend/README.md
@@ -4,3 +4,10 @@
 The observer is not started, and there is no openstack backend connected for XOS. 
 
 This configuration is intended for developing the XOS GUI. 
+
+# Getting Started
+
+- Navigate to '/xos/configurations/frontend' folder
+- Run `make` command
+
+You'll be able to visit XOS at `0.0.0.0:9999`
diff --git a/xos/templates/admin/base.html b/xos/templates/admin/base.html
index 7a957ac..d29456a 100644
--- a/xos/templates/admin/base.html
+++ b/xos/templates/admin/base.html
@@ -31,7 +31,6 @@
 {% load i18n %}
 
 <body class="{% if is_popup %}popup {% endif %}{% block bodyclass %}{% endblock %}">
-
 <div id="dialog-placeholder">
 <!-- This is a placeholder for dialog boxes, like the observer calendar -->
 </div>