sparckles / create-starfyre-app

Home Page:https://starfyre-demo-6x94nnl2r-sparckles.vercel.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

create-starfyre-app

Usage

  1. To build the application
python3 -m starfyre --build --path "."
  1. To serve the application
python3 -m starfyre --serve --path "."

Sample Usage

# Path: pages/__init__.fyre
import "../styles/index.css"

def message():
  return "World"

<pyxide>
  <div>
    Hello, {message()}
  </div>
</pyxide>

About

https://starfyre-demo-6x94nnl2r-sparckles.vercel.app/


Languages

Language:CSS 95.1%Language:Shell 4.9%