This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Available variables: | |
// - Machine | |
// - interpret | |
// - assign | |
// - send | |
// - sendParent | |
// - spawn | |
// - raise | |
// - actions |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import { h, render } from 'https://unpkg.com/preact@latest?module'; | |
import { | |
useState, | |
useEffect, | |
} from 'https://unpkg.com/preact@latest/hooks/dist/hooks.module.js?module'; | |
import htm from 'https://unpkg.com/htm@latest/dist/htm.module.js?module'; | |
// Initialize htm with Preact | |
const html = htm.bind(h); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Verifying my Blockstack ID is secured with the address 1K7ZvnZb8tztu7m6mm8NGBBrfA1YYuc8as https://explorer.blockstack.org/address/1K7ZvnZb8tztu7m6mm8NGBBrfA1YYuc8as |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
12/08 08:01 AM (6m) sandbox worker for deployment dpl_3D7jBeq2EPzafQrRatUbgM9ffyG6 build bld_km6hat6wl | |
12/08 08:01 AM (6m) patching https://api-iad1.zeit.co/v2/now/deployments/dpl_3D7jBeq2EPzafQrRatUbgM9ffyG6/builds/bld_km6hat6wl with {"readyState":"ANALYZING","buildLambda":{"logGroupName":"/aws/lambda/sandbox-I2POjweJHIw0fVAhLUGm42xt-b67b63e59961c8de0ce2170c4882b65","logStreamName":"2018/12/08/[$LATEST]649952a8efc149898972ffaf80b50c8e","awsRequestId":"62f41fcb-fae9-11e8-8eea-0b0e587878a4","startedAt":1544274094097}} | |
12/08 08:01 AM (6m) cleaning up... | |
12/08 08:01 AM (6m) running yarn for @now/build-utils... | |
12/08 08:01 AM (6m) yarn add v1.12.3 | |
12/08 08:01 AM (6m) info No lockfile found. | |
12/08 08:01 AM (6m) [1/4] Resolving packages... | |
12/08 08:01 AM (6m) [2/4] Fetching packages... | |
12/08 08:01 AM (6m) [3/4] Linking dependencies... | |
12/08 08:01 AM (6m) [4/4] Building fresh packages... |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!doctype html> | |
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office"> | |
<head> | |
<title></title> | |
<!--[if !mso]><!-- --> | |
<meta http-equiv="X-UA-Compatible" content="IE=edge"> | |
<!--<![endif]--> | |
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> | |
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
<style type="text/css"> |