Simple web app that allows you to convert PDF files to images and images to PDF.
If you find this application useful, you could leave a star on the GitHub repository. If you have any feature requests or would like to report an issue, please don't hesitate to open a new issue.
Before you can run the forecast formatter, you will need to ensure that you have the following dependencies installed on your machine:
- Bun: A package manager that is used to install dependencies and manage scripts in this repository. You can download Bun from the official website: https://bun.sh/.
To get started follow these steps:
- Install the dependencies required for both the mobile app and the web admin app by running the following command in the root directory of the repository:
bun install- Start the development server
bun devThis repository uses the conventional-commits format for commit messages. This style allows for better organization, tracking, and automated release notes. It follows a specific structure, including a type, scope, and subject. To learn more about the conventional-commits format, please visit https://www.conventionalcommits.org/.