mirror of
https://github.com/soconnor0919/beenvoice.git
synced 2025-12-15 10:34:43 -05:00
Update README.md
This commit is contained in:
@@ -1,3 +1,5 @@
|
|||||||
|

|
||||||
|
|
||||||
# beenvoice - Invoicing Made Simple
|
# beenvoice - Invoicing Made Simple
|
||||||
|
|
||||||
A modern, professional invoicing application built for freelancers and small businesses. beenvoice provides a clean, efficient way to manage clients and create professional invoices with ease.
|
A modern, professional invoicing application built for freelancers and small businesses. beenvoice provides a clean, efficient way to manage clients and create professional invoices with ease.
|
||||||
@@ -44,7 +46,7 @@ A modern, professional invoicing application built for freelancers and small bus
|
|||||||
```bash
|
```bash
|
||||||
# Using Bun (recommended)
|
# Using Bun (recommended)
|
||||||
bun install
|
bun install
|
||||||
|
|
||||||
# Or using npm
|
# Or using npm
|
||||||
npm install
|
npm install
|
||||||
```
|
```
|
||||||
@@ -53,7 +55,7 @@ A modern, professional invoicing application built for freelancers and small bus
|
|||||||
```bash
|
```bash
|
||||||
cp .env.example .env.local
|
cp .env.example .env.local
|
||||||
```
|
```
|
||||||
|
|
||||||
Edit `.env.local` and add your configuration:
|
Edit `.env.local` and add your configuration:
|
||||||
```env
|
```env
|
||||||
DATABASE_URL="file:./db.sqlite"
|
DATABASE_URL="file:./db.sqlite"
|
||||||
|
|||||||
Reference in New Issue
Block a user