An open API service indexing awesome lists of open source software.

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.

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`.