This project implements a dynamic form builder. This is built with the following technologies:
You will need Bun and docker installed.
bun install
docker compose up -d
Next setup your .env file. Out of the box with docker compose this will be the following:
echo DB_URL=postgres://postgres:password@localhost:5430/htmx > .env
To start the development server run:
bun run dev
Open http://localhost:3000/ with your browser to see the result.
Run with:
bun test