https://github.com/andregarvin/invoice-generator
This is a simple invoice generator for freelance creatives
https://github.com/andregarvin/invoice-generator
freelance freelance-work invoice invoice-generator
Last synced: 12 months ago
JSON representation
This is a simple invoice generator for freelance creatives
- Host: GitHub
- URL: https://github.com/andregarvin/invoice-generator
- Owner: andreGarvin
- Created: 2023-10-23T17:14:02.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-11T00:46:41.000Z (almost 2 years ago)
- Last Synced: 2025-06-22T12:08:29.025Z (12 months ago)
- Topics: freelance, freelance-work, invoice, invoice-generator
- Language: TypeScript
- Homepage: https://invoice-generator-teal-xi.vercel.app
- Size: 55.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# LiteWork: A simple invoice generator app
## Prerequisites
For this project you need to run the setup script that installs `nvm` and the node version for this project, node modules using `npm`, and creates a `.env.local` for the project secrets.
You can do this by running this command
```bash
npm run setup
```
## Getting Started
1. Switch to the `feat/` branch.
1. Then run `npm run build` to get a build output of the project
## NPM Scripts
* `"dev"`: Running NextJS application in development mode
* `"build"`: Build the NextJS application
* `"start"`: Run the NextJS application
* `"setup"`: install all dependencies and tools needed to run the project
* `"typecheck"`: Just runs a `tsc` to unsure the project build works, only used for deployment