Skip to content

Instantly share code, notes, and snippets.

@FistMeNaruto
Created January 6, 2020 05:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save FistMeNaruto/150b40f34e38588205fef2cfc3c2d38e to your computer and use it in GitHub Desktop.
Save FistMeNaruto/150b40f34e38588205fef2cfc3c2d38e to your computer and use it in GitHub Desktop.
Publish
Publish
Not published yet*
Click publish button -> Publish modal
Already published
Publish modal
Plan selection
Select free plan -> Free plan
Select paid plan -> Payment page
Free plan
Enter domain name -> Loading
Loading
Domain name is invalid -> Error
Domain name is valid -> Run build
Error
Payment page
Publish backend
Run build
function render(model){
let current_state_name = model.active_states[0].name;
return $("h1",
{style: {color: "darkBlue"}},
`The current state is: ${current_state_name}`);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment