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: readme.md
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@ Join the [Discord Server](https://discord.gg/cHGz362sdC) for the active communit
20
20
21
21
- Run `nvm use` to switch to the node version specified in .nvmrc
22
22
- Run `npm i` to install all necessary packages
23
-
- Run `node addurl.js` and type in the website URL, the launcher is supposed to open. This is a one-time operation that should only be performed if you are not using GitHub actions.
23
+
- Run `node addurl.js` and type in the website URL, the launcher is supposed to open. This is a one-time operation that should only be performed if you are not using GitHub Actions. See [Configure GitHub Actions](#configure-github-actions) if using GitHub Actions
24
24
- Run `npm run dist` to build the project
25
25
- The built files will be available in the dist folder.
26
26
@@ -29,3 +29,7 @@ Join the [Discord Server](https://discord.gg/cHGz362sdC) for the active communit
29
29
- Run `nvm use` to switch to the node version specified in .nvmrc
30
30
- Run `npm i` to install all necessary packages
31
31
- Run `npm run dev` to start the electron development server
32
+
33
+
### Configure GitHub Actions
34
+
35
+
- Add an actions secret called SITE_URL containing the URL of the website, which is supposed to be opened by the launcher
0 commit comments