invoicelink-io / invoicelink

The invoicelink.io monorepo
https://app.invoicelink.io
GNU General Public License v3.0
2 stars 0 forks source link
postgresql prisma svelte sveltekit tailwindcss turborepo typescript

Invoicelink.io

license issues - invoicelink Community - Discord

🧾 What is Invoicelink.io?

Invoicelink.io is an invoicing solution built for freelancers and small businesses! πŸ’Ό πŸš€

✨ Features

🌐 Hosted Version

A hosted version of the application is available at app.invoicelink.io. You can sign up for a free account and start using the application right away. πŸ†“ πŸš€

🏠 Self Hosting

This application can be self-hosted on your own server. A detailed guide on self-hosting will be provided in the future. πŸ”§πŸ“š

πŸ—‚ Project Structure

The project is organized into two main folders:

πŸ›  Prerequisites

πŸš€ Getting Started

  1. Clone the repository:

    git clone https://github.com/invoicelink-io/invoicelink.git
    cd invoicelink
  2. Install dependencies:

    pnpm install
  3. Start the development servers:

    pnpm dev
  4. Build the project:

    pnpm build

πŸ“œ Scripts

🀝 Contributing

We welcome contributions to Invoicelink.io! Please read our Contributing Guide for details on our code of conduct and the process for submitting pull requests. πŸ™Œ

πŸ†˜ Support

If you encounter any issues or have questions, please file an issue on our GitHub issue tracker.

Join our community on Discord for discussions, support, and updates! πŸ’¬πŸ€—

πŸ“„ License

This project is licensed under the GNU General Public License v3.0 (GPL-3.0). βš–οΈ

The GPL-3.0 is a strong copyleft license that requires developers who use or modify this software to make their full source code available under the same terms. This ensures that any derivative work remains free and open source.

Key points of the GPL-3.0:

For more details, see the full text of the license.