Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,21 @@ npm i

### Step 2: Run Dev Server

Use the following command to start the dev server (reccommended).
```bash
npm run dev
```

Additionally, you can start the react renderer
```bash
npm run start:renderer
```
or the electron main process separately
```bash
npm run start:main
```


### Step 3: Switch to Staging Environment

Switch to the staging environment after the app starts up through the File menu: File > Switch Environments, select the "Staging" button in the dialog.
Expand Down
Loading