al1abb / invoify
- воскресенье, 8 декабря 2024 г. в 00:00:01
An invoice generator app built using Next.js, Typescript, and Shadcn
Invoify is a web-based invoice generator application built with Next.js 13, TypeScript, React, and the Shadcn UI library. It provides an easy way to create and manage professional invoices.
Note
Please be advised that there are currently issues when using this application in the Mozilla Firefox browser. For more information, refer to Issue #11.
Visit the live demo to see Invoify in action.
Follow these instructions to get Invoify up and running on your local machine.
Clone the repository:
git clone https://github.com/al1abb/invoify.git
cd invoify
Install dependencies
npm install
Create an .env.local file with this content (This step is for sending pdf to email feature):
NODEMAILER_EMAIL=your_email@example.com
NODEMAILER_PW=your_email_password
Start development server
npm run dev
Open your web browser and access the application at http://localhost:3000
Distributed under the MIT License. See LICENSE.txt
for more information.