Skip to content

Commit c501d96

Browse files
committed
Documentation
1 parent d0a7007 commit c501d96

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

fission/README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,8 @@ npm run test
7676

7777
## Packaging
7878

79+
### Web Packaging
80+
7981
We have two packaging commands: one for compiling dev for attachment to the in-development endpoint, and another for the release endpoint.
8082

8183
Release:
@@ -94,6 +96,16 @@ You can alternatively run the default build command for your own hosting:
9496
npm run build
9597
```
9698

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+
97109
## Core Systems
98110

99111
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

Comments
 (0)