Skip to content

Latest commit

 

History

History

Forms Portal Frontend

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 install

To start the development server, run:

bun dev

The 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.