You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: fission/README.md
+12Lines changed: 12 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -76,6 +76,8 @@ npm run test
76
76
77
77
## Packaging
78
78
79
+
### Web Packaging
80
+
79
81
We have two packaging commands: one for compiling dev for attachment to the in-development endpoint, and another for the release endpoint.
80
82
81
83
Release:
@@ -94,6 +96,16 @@ You can alternatively run the default build command for your own hosting:
94
96
npm run build
95
97
```
96
98
99
+
### Electron Packaging
100
+
101
+
We also give you the option to package Synthesis with electron. This will not give a performance boost, but it will allow Synthesis to work offline (make sure to also launch the app and download all the robot/field files you want to use).
102
+
103
+
To package the app run:
104
+
```bash
105
+
npm run electron:publish
106
+
```
107
+
The packaged app will be located at synthesis/fission/out.
108
+
97
109
## Core Systems
98
110
99
111
These core systems make up the bulk of the vital technologies to make Synthesis work. The idea is that these systems will serve as a
0 commit comments