fix: ignore index.html and provide a sample file instead
This commit is contained in:
@@ -6,7 +6,7 @@ Standard Notes is a simple and private notes app available on most platforms, in
|
||||

|
||||
|
||||
<div align="center">
|
||||
|
||||
|
||||
[](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`.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user