Skip to content

Instantly share code, notes, and snippets.

@gocs
Last active September 4, 2024 03:05
Show Gist options
  • Save gocs/523026fb6a3c37c86238782b30e89da3 to your computer and use it in GitHub Desktop.
Save gocs/523026fb6a3c37c86238782b30e89da3 to your computer and use it in GitHub Desktop.
Run blocks md simple form (form as a service) locally

Run blocks md simple form (form as a service) locally

npm init -y
npm install blocksmd fs-extra live-server

create a directory named src and add a file named index.md with the following contents:

image

position* = SelectBox(
  | question = What is the powerhouse of the cell?
  | options = Nucleus, Mitochondrion, Golgi Apparatus
)

to build and run locally

npx blocksmd && npx live-server site

go to http://127.0.0.1:8080/

image image

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