Rename dev-index.html to public/dev.html
This commit is contained in:
5
.gitignore
vendored
5
.gitignore
vendored
@@ -31,11 +31,8 @@ dump.rdb
|
|||||||
# Ignore compiled assets
|
# Ignore compiled assets
|
||||||
/public/assets
|
/public/assets
|
||||||
|
|
||||||
# Ignore dev index.html file
|
|
||||||
/public/index.html
|
|
||||||
|
|
||||||
# Ignore user uploads
|
# Ignore user uploads
|
||||||
/public/uploads/*
|
/public/uploads/*
|
||||||
!/public/uploads/.keep
|
!/public/uploads/.keep
|
||||||
|
|
||||||
.vscode
|
.vscode
|
||||||
|
|||||||
@@ -60,11 +60,10 @@ This repo contains the core code used in the web app, as well as the Electron-ba
|
|||||||
**Instructions:**
|
**Instructions:**
|
||||||
|
|
||||||
1. Clone the repo
|
1. Clone the repo
|
||||||
2. `cp dev-index.html public/index.html`
|
2. `npm install`
|
||||||
3. `npm install`
|
3. `npm start`
|
||||||
4. `npm start`
|
|
||||||
|
|
||||||
Open your browser to http://localhost:3000.
|
Then open your browser to `http://localhost:3000/dev.html`.
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user