chore: fix webapp build instructions (#2856)
This commit is contained in:
11
README.md
11
README.md
@@ -49,11 +49,12 @@ Questions? Find answers on our [Help page](https://standardnotes.com/help).
|
|||||||
|
|
||||||
Our web app is compiled into a folder of static HTML, JS, and CSS files. You can serve these files behind a web server to get started:
|
Our web app is compiled into a folder of static HTML, JS, and CSS files. You can serve these files behind a web server to get started:
|
||||||
|
|
||||||
1. Clone the repo
|
1. `git clone https://github.com/standardnotes/app.git`
|
||||||
2. `cd packages/web`
|
2. `cd app`
|
||||||
3. `yarn build`
|
3. `yarn install`
|
||||||
4. `cd dist`
|
4. `yarn build:web`
|
||||||
5. You can then use Python to serve this folder over http: `python -m http.server 8080`
|
5. `cd packages/web`
|
||||||
|
6. You can then use Python to serve this folder over http: `python -m http.server 8080`
|
||||||
|
|
||||||
You can now access the app at `http://localhost:8080`.
|
You can now access the app at `http://localhost:8080`.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user