diff --git a/.gitignore b/.gitignore
index ac908f2f5..ba1971dc2 100644
--- a/.gitignore
+++ b/.gitignore
@@ -28,6 +28,8 @@
dump.rdb
+index.html
+
# Ignore compiled assets
/public/assets
diff --git a/README.md b/README.md
index 8f7641903..e9067fac6 100644
--- a/README.md
+++ b/README.md
@@ -6,7 +6,7 @@ Standard Notes is a simple and private notes app available on most platforms, in

-
+
[](https://github.com/standardnotes/desktop/releases)
[](https://github.com/standardnotes/web/blob/master/LICENSE)
[](https://standardnotes.org/slack)
@@ -70,7 +70,8 @@ This repo contains the core code used in the web app, as well as the Electron-ba
1. Clone the repo
2. `npm install`
-3. `npm start`
+3. `cp index.html.sample index.html`
+4. `npm start`
Then open your browser to `http://localhost:3000`.
diff --git a/index.html b/index.html.sample
similarity index 80%
rename from index.html
rename to index.html.sample
index c4fee1e08..6e4230b90 100644
--- a/index.html
+++ b/index.html.sample
@@ -1,4 +1,7 @@
-
+
+
@@ -22,7 +25,7 @@
- Notes · Standard Notes
+ Dev · Notes · Standard Notes
-
-
+
+