Note: This is the documentation for version 5 of the Invoice Ninja.
Documentation is available at https://invoiceninja.github.io.
Invoice Ninja documentation is written in Markdown and built with Docusaurus. You'll need Node.js (v18+) installed to build and preview the docs locally.
git clone https://github.com/invoiceninja/invoiceninja.github.io.git
cd invoiceninja.github.ionpm installnpm run clean-api-docs && npm run gen-api-docsnpm startThis launches a local development server at http://localhost:3000 with hot-reloading, so edits are reflected in real-time.
npm run buildnpm run serveThe official repository is configured to build and deploy the site on each commit, so there's no need to compile the production version locally.
Code of conduct can be found in our main repository. Code of Conduct.
Licence can be found in our main repository. Licence.
