mirror of
https://github.com/logseq/logseq.git
synced 2026-02-01 22:47:36 +00:00
docs/develop-logseq.md: specify that dependencies in /static also exist
This commit is contained in:
@@ -55,6 +55,9 @@ The released files will be at `static/` directory.
|
||||
|
||||
``` bash
|
||||
yarn install
|
||||
cd static
|
||||
yarn install
|
||||
cd ..
|
||||
```
|
||||
|
||||
2. Compile to JavaScript and open the dev app
|
||||
|
||||
Reference in New Issue
Block a user