mirror of
https://github.com/Llewellynvdm/nativefier.git
synced 2025-02-02 11:48:25 +00:00
Reorder confusing documentation for dev
https://github.com/jiahaog/nativefier/issues/290 https://github.com/jiahaog/nativefier/issues/286
This commit is contained in:
parent
ef45732142
commit
5f848a57da
@ -21,6 +21,12 @@ $ cd app
|
|||||||
$ npm install
|
$ npm install
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Don't forget to compile source files:
|
||||||
|
|
||||||
|
```bash
|
||||||
|
$ npm run build
|
||||||
|
```
|
||||||
|
|
||||||
You can set up symlinks so that you can run `$ nativefier` for your local changes
|
You can set up symlinks so that you can run `$ nativefier` for your local changes
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
@ -33,12 +39,6 @@ After doing so, you can then run Nativefier with your test parameters
|
|||||||
$ nativefier <...>
|
$ nativefier <...>
|
||||||
```
|
```
|
||||||
|
|
||||||
Don't forget to compile source files (after making changes):
|
|
||||||
|
|
||||||
```bash
|
|
||||||
$ npm run build
|
|
||||||
```
|
|
||||||
|
|
||||||
Or you can automatically watch the files for changes with:
|
Or you can automatically watch the files for changes with:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
Loading…
x
Reference in New Issue
Block a user