Forge is a Svelte web app that allows users to generate configurable components for assessments. Users can easily screenshot and include these components in their assessments. Components can be configured in three languages and various sizes, with other specific settings available for each component.
This application is designed for the SPF Finances testing team. It helps convert QTI packages generated by TAO into PDF format, adhering strictly to the use cases of the SPF Finances test team.
- Configure Settings: Select the desired language, size, and other specific settings for the component.
- Preview Component: Preview the component directly in the browser.
- Screenshot Component: Take a screenshot of the configured component to include in your assessment. (Litles blacks corners are available to help you take a screenshot of the component.)
- Language: Choose from three available languages for the component.
- Size: Select the size of the component (small, medium, large).
- Other: Configure other specific settings unique to each component type.
- Node.js 😭
- pnpm
- Clone the repository:
git clone [email protected]:SPF-Open/Forge
- Install the dependencies:
pnpm install
- Start the development server:
pnpm run dev
- Run the build command:
pnpm run build
- The build files will be located in the
dist
directory.