This directory contains the source code for the frontend of the Forms Portal.
The frontend is made with sveltekit, using bits-ui, shadcn-svelte and tailwindcss.
This project uses mise for managing tools.
Please install the necessary dependencies by running:
bun installTo start the development server, run:
bun devThe app will be available at http://localhost:5173. Make sure to start the backend following the instructions given in the readme here before starting the frontend.