Convert Credit Card Statement transactions from PDF to CSV.
Once you've created a project and installed dependencies with pnpm install, start a development server:
pnpm run dev
# or start the server and open the app in a new browser tab
pnpm run dev -- --openSolid apps are built with presets, which optimise your project for deployment to different environments.
By default, pnpm run build will generate a Node app that you can run with pnpm start. To use a different preset, add it to the devDependencies in package.json and specify in your app.config.js.