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

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

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