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:
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/