Skip to content

Instantly share code, notes, and snippets.

@jeffgca
Last active July 7, 2021 22:58
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 jeffgca/e61a1919f8bc66cdfbefadfd33b0e7b4 to your computer and use it in GitHub Desktop.
Save jeffgca/e61a1919f8bc66cdfbefadfd33b0e7b4 to your computer and use it in GitHub Desktop.
Demo flow for Fission demo at browsers 3000!! Talk

Getting started with fission

( Demo for Browsers 3000 ) Slides here

prep:

rm -fr ~/.config/fission rm /Users/jeff/code/web/fission/svelte-fission-demo/fission.yml

Prerequisites:

https://guide.fission.codes/developers/installation

For macOS:

brew install fission-suite/fission/fission-cli

Check we have a fission binary:

which fission

Show the help:

fission --help

Set up fission:

fission setup

Username: browsers3k Email: jeff+b3k@fission.codes

open -a /Applications/Safari.app https://auth.fission.codes

( go back to terminal )

cd /Users/jeff/code/web/fission/svelte-fission-demo

fission app register

fission app publish -v

Next steps:

Webnative SDK docs here:

https://guide.fission.codes/developers/webnative

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment