Skip to content
This repository has been archived by the owner on Oct 29, 2023. It is now read-only.

An easy to use online tool to generate receipts.

License

Notifications You must be signed in to change notification settings

vijayhardaha/receipt-generator

Repository files navigation

Receipt Generator

A straightforward online tool for generating receipts, whether for personal or business use.

Dev Usage

To get started with the Receipt Generator, follow these steps:

  1. Clone the repository:

    git clone https://github.com/vijayhardaha/receipt-generator.git
    
  2. Install dependencies:

    npm install
    
  3. Use the provided npm scripts:

    • npm run server: Start the development server.

    • npm run dev: Run the development server on port 3001.

    • npm run build: Build the project for production.

License

This project is licensed under the MIT License.

Author