https://github.com/brandonxlf/invoice-generator
Quick and free invoice generator created with Svelte.
https://github.com/brandonxlf/invoice-generator
invoice-generator
Last synced: 5 months ago
JSON representation
Quick and free invoice generator created with Svelte.
- Host: GitHub
- URL: https://github.com/brandonxlf/invoice-generator
- Owner: BrandonXLF
- License: mit
- Created: 2024-01-09T08:29:35.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-02T23:39:43.000Z (almost 2 years ago)
- Last Synced: 2025-03-29T23:26:52.095Z (10 months ago)
- Topics: invoice-generator
- Language: TypeScript
- Homepage: https://www.brandonfowler.me/invoice-generator/.
- Size: 108 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Invoice Generator
Quick and free invoice generator created with Svelte.
See the live version at .
## Building
Invoice Generator uses npm scripts for building and testing, so first, make sure npm is installed. To start a local development server with hot reloading run `npm run dev`. To create a production version ready for deployment run `npm run build`.
## Code Checking
Code checking is performed with `npm run check` and code formatting with `npm run clean`.