You should install Electron Fiddle.
Please clone and install the dependencies for the following respositories:
You should install Electron Fiddle.
Please clone and install the dependencies for the following respositories:
| { | |
| "id": "remoteAnalytics", | |
| "name": "remoteAnalytics", | |
| "metaData": { | |
| "name": "remoteAnalytics", | |
| "type": "app", | |
| "buildInfo": { | |
| "buildVersion": "0.0.0", | |
| "buildName": "@pulse/remote-analytics" | |
| }, |
npx installed using npm install -g npx.| [ | |
| { | |
| "currency": "Albania Lek", | |
| "abbreviation": "ALL", | |
| "symbol": "Lek" | |
| }, | |
| { | |
| "currency": "Afghanistan Afghani", | |
| "abbreviation": "AFN", | |
| "symbol": "؋" |
You should have the following completed on your computer before the workshop:
yarn with brew install yarn.brew install awscli should do the trick. Otherwise, you'll need Python and PIP, which you can install using brew install python.)You should have the following completed on your computer before the workshop:
yarn with brew install yarn.| [ | |
| { | |
| "company": "3M", | |
| "description": "3M, based in Minnesota, may be best known for its Scotch tape and Post-It Notes, but it also produces sand paper, adhesives, medical products, computer screen filters, food safety items, stationery products and many products used in automotive, marine, and aircraft industries.", | |
| "initial_price": 44.28, | |
| "price_2002": 56.27, | |
| "price_2007": 95.85, | |
| "symbol": "MMM" | |
| }, | |
| { |
| { | |
| "hooks": { | |
| "PreToolUse": [ | |
| { | |
| "matcher": "*", | |
| "hooks": [ | |
| { | |
| "type": "command", | |
| "command": "CLAUDE_HOOK_TYPE=PreToolUse bun run ./scripts/claude-hooks.ts" | |
| } |
| import chalk from 'chalk'; | |
| import getPort, { portNumbers } from 'get-port'; | |
| export type TemporalServerOptions = { | |
| /** The port for the Temporal server to listen on.*/ | |
| port: number; | |
| /** The port for the Temporal UI to listen on. */ | |
| uiPort: number; | |
| /** The port for the Temporal HTTP API to listen on. */ | |
| httpPort: number; |