For those who wish to try out the CrystApp demo (Alpha), here is the recipe:

Prerequisites:

  • npm (for Svelte)
  • Crystal

Installation:

  • git clone https://github.com/serge-hulne/CrystApp
  • cd CrystApp
  • make init
  • make init_svelte
  • make svelte_build
  • make app

To run the app again without re-building it

  • open . (and click on the app’s icon)
    or
  • open App.app
    or
  • make run
1 Like