https://github.com/romdim/invoices
Create PDF invoices based on specific data monthly
https://github.com/romdim/invoices
Last synced: over 1 year ago
JSON representation
Create PDF invoices based on specific data monthly
- Host: GitHub
- URL: https://github.com/romdim/invoices
- Owner: romdim
- License: mit
- Created: 2022-05-03T11:42:28.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-06-05T22:13:55.000Z (about 4 years ago)
- Last Synced: 2025-01-23T11:45:36.260Z (over 1 year ago)
- Language: TypeScript
- Homepage:
- Size: 1.11 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Invoices
Create PDF invoices based on specific data monthly
## Developing
Once you've created a project and installed dependencies with `yarn`, start a development server:
```bash
yarn dev --open
```
## Building
To create a production version of your app:
```bash
yarn build
```
You can preview the production build with `yarn preview`.
> To deploy your app, you may need to install an [adapter](https://kit.svelte.dev/docs/adapters) for your target environment.