From 5eff00545e89037cf0657be23f92903f894a2247 Mon Sep 17 00:00:00 2001 From: Baptiste Grob <60621355+baptiste-grob@users.noreply.github.com> Date: Wed, 22 Jul 2020 12:09:13 +0200 Subject: [PATCH] fix: ignore `index.html` and provide a sample file instead --- .gitignore | 2 ++ README.md | 5 +++-- index.html => index.html.sample | 11 +++++++---- 3 files changed, 12 insertions(+), 6 deletions(-) rename index.html => index.html.sample (80%) 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://standardnotes.org/assets/homepage-hero.png)
- + [![latest release version](https://img.shields.io/github/v/release/standardnotes/desktop)](https://github.com/standardnotes/desktop/releases) [![License](https://img.shields.io/github/license/standardnotes/web?color=blue)](https://github.com/standardnotes/web/blob/master/LICENSE) [![Slack](https://img.shields.io/badge/slack-standardnotes-CC2B5E.svg?style=flat&logo=slack)](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 - - + +