/invoice-me

Open source invoice creator. Create, edit, share on the go.

Primary LanguageTypeScriptGNU General Public License v2.0GPL-2.0

Invoice Me

Open source invoice creator. Create, edit, share on the go.

Stack

  • NextJS
  • Drizzle ORM
  • Neon Serverless
  • TailwindCSS
  • Shadcn UI

Getting Started

Install dependecies

pnpm install

First, run the development server:

pnpm run dev

Open http://localhost:3000 with your browser to see the result.

DB

Create migration

pnpm run db:generate

Migrate to production/developement database server

pnpm run db:push