mirror of
https://github.com/Llewellynvdm/nativefier.git
synced 2025-01-22 14:48:28 +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
|
||||
```
|
||||
|
||||
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
|
||||
|
||||
```bash
|
||||
@ -33,12 +39,6 @@ After doing so, you can then run Nativefier with your test parameters
|
||||
$ 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:
|
||||
|
||||
```bash
|
||||
|
Loading…
x
Reference in New Issue
Block a user