Skip to content

Latest commit

 

History

History

README.md

Website

Our website contains guides, an API reference and a playground to quickly learn and understand Formisch.

Getting started

Step 1: Clone repository

git clone git@github.com:open-circle/formisch.git

Step 2: Install dependencies

pnpm install

Step 3: Build shared packages

cd ./packages/core && pnpm build && cd ../methods && pnpm build

Step 4: Build framework package

cd ../../frameworks/qwik && pnpm build

Step 5: Start website

cd ../../website && pnpm start