Skip to content

Latest commit

 

History

History
51 lines (32 loc) · 873 Bytes

README.md

File metadata and controls

51 lines (32 loc) · 873 Bytes

Linkvoices - crypto invoicing

Linkvoices

** Let's decenterlize power and authorities by using cryptocurrencies in our daily payments **

Send crypto invoices for free with no extra fee - directly in your wallet

Look at the Nuxt 3 documentation to learn more.

Setup

Make sure to install the dependencies:

# npm
npm install

# pnpm
pnpm install

# yarn
yarn install

# bun
bun install

Development Server

Start the development server on http://localhost:3000:

# npm
npm run dev

# pnpm
pnpm run dev

# yarn
yarn dev

# bun
bun run dev

Check out the deployment documentation for more information.