From dd0dd1579daced93838368af7abf8beea1dbb38b Mon Sep 17 00:00:00 2001 From: Baptiste Grob <60621355+baptiste-grob@users.noreply.github.com> Date: Thu, 12 Mar 2020 18:09:53 +0100 Subject: [PATCH] Rename dev-index.html to public/dev.html --- .gitignore | 5 +---- README.md | 7 +++---- dev-index.html => public/dev.html | 0 3 files changed, 4 insertions(+), 8 deletions(-) rename dev-index.html => public/dev.html (100%) diff --git a/.gitignore b/.gitignore index 5127d3902..ac908f2f5 100644 --- a/.gitignore +++ b/.gitignore @@ -31,11 +31,8 @@ dump.rdb # Ignore compiled assets /public/assets -# Ignore dev index.html file -/public/index.html - # Ignore user uploads /public/uploads/* !/public/uploads/.keep -.vscode \ No newline at end of file +.vscode diff --git a/README.md b/README.md index 68f12b8b2..c96f56c32 100644 --- a/README.md +++ b/README.md @@ -60,11 +60,10 @@ This repo contains the core code used in the web app, as well as the Electron-ba **Instructions:** 1. Clone the repo -2. `cp dev-index.html public/index.html` -3. `npm install` -4. `npm start` +2. `npm install` +3. `npm start` -Open your browser to http://localhost:3000. +Then open your browser to `http://localhost:3000/dev.html`. --- diff --git a/dev-index.html b/public/dev.html similarity index 100% rename from dev-index.html rename to public/dev.html