Watch Getting Started with PubNub JS SDK on Dashcam
| 14:02:34.910 [main] INFO com.ssl.code.signing.tool.commands.SignCommand - Command: sign | |
| 14:02:34.911 [main] INFO com.ssl.code.signing.tool.commands.SignCommand - Client ID: kaXTRACNijSWsFdRKg_KAfD3fqrBlzMbWs6TwWHwAn8 | |
| 14:02:34.911 [main] INFO com.ssl.code.signing.tool.commands.SignCommand - OAuth2 URL: https://login.ssl.com/oauth2/token | |
| 14:02:34.911 [main] INFO com.ssl.code.signing.tool.commands.SignCommand - CSC Endpoint: https://cs.ssl.com | |
| 14:02:34.911 [main] INFO com.ssl.code.signing.tool.commands.SignCommand - TSA URL: http://ts.ssl.com | |
| 14:02:34.912 [main] INFO com.ssl.code.signing.tool.commands.SignCommand - Output directory path: /Users/ianjennings/Development/desktop/scripts/release/temp | |
| 14:02:34.912 [main] INFO com.ssl.code.signing.tool.commands.SignCommand - Input file path: /Users/ianjennings/Development/desktop/dist/win-unpacked/resources/bin/ffmpeg.exe | |
| 14:02:34.913 [main] INFO com.ssl.code.signing.tool.commands.SignCommand - File type: exe | |
| 14:02:34.913 [main] INFO com.ssl.code.signing.tool |
Some reveal.js features, like external Markdown, require that presentations run from a local web server. The following instructions will set up such a server as well as all of the development tasks needed to make edits to the reveal.js source code.
Make sure you have Node.js (10.0.0 or later) installed. Then, clone the reveal.js repository:
Some reveal.js features, like external Markdown, require that presentations run from a local web server. The following instructions will set up such a server as well as all of the development tasks needed to make edits to the reveal.js source code.
Make sure you have Node.js (10.0.0 or later) installed. Then, clone the reveal.js repository:
| PS C:\Users\ianjennings\Development\desktop> npm renpm remove electron-rebuild | |
| ^C^C^CTerminate batch job (Y/N)? clear | |
| Terminate batch job (Y/N)? npm^C | |
| ^CTerminate batch job (Y/N)? Y | |
| PS C:\Users\ianjennings\Development\desktop> npm remove electron-rebuild | |
| up to date, audited 769 packages in 13s | |
| 89 packages are looking for funding | |
| run `npm fund` for details |
- CMD + " " -- Autocomplete
- CMD+. - Quick Fix
- F8 - Go to next type error
- F12 - Go to definition
- Clone the Finsemble seed project into your Paircast
working directory.- Run
yarn startand ensure Finsemble launches.
- Run
- Follow the deployment tutorial.
- Create at least two separate deployments (based on different URLs, e.g. finsemble-prod.mydomain.com and finsemble-staging.mydomain.com) and two installers for them.
- You can use https://surge.sh/ to deploy static assets for free.
surge . my-finsemble-domain.surge.sh
- Create at least two separate deployments (based on different URLs, e.g. finsemble-prod.mydomain.com and finsemble-staging.mydomain.com) and two installers for them.
- Test that you can: run both installers, that the desktop starts as expected, and that it is being served from the expected URL for each deployment.
- Use a Javascript console to confirm this
- You can open one by selecting a window and hitting Ctrl + Shift + i or by going to the finsemble menu top left, selecting central logger, and then clicking on the name o
| C:\Users\Jennings\Development-Win | |
| λ git clone [email protected]:ianjennings/finsemble-seed-deploy-test.git | |
| Cloning into 'finsemble-seed-deploy-test'... | |
| remote: Enumerating objects: 9908, done. | |
| remote: Counting objects: 100% (9908/9908), done. | |
| remote: Compressing objects: 100% (3951/3951), done. | |
| remote: Total 9908 (delta 5653), reused 9907 (delta 5652), pack-reused 0 | |
| Receiving objects: 100% (9908/9908), 19.67 MiB | 7.26 MiB/s, done. | |
| Resolving deltas: 100% (5653/5653), done. | |
| C:\Users\Jennings\Development-Win |
All right. So now if I run npm start here we launch Electron and we get this basic Hello World. 03:05
Now there's a problem here. It's dark. It's because I'm using dark modes.
Why don't we make it light? 03:09
electron.exe > Hello World! 03:10
Code.exe > ● index.html - electron-notify - Visual Studio Code 03:20