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 the markdown. To process and compile docs locally, we'll need PHP & Node.js.
The documentation is using Laravel Jigsaw (https://jigsaw.tighten.co/) as a processing engine.
git clone https://github.com/invoiceninja/invoiceninja.github.io.git
cd invoiceninja.github.io
composer i
npm i
npm run watch
Now you should be able to edit & preview your changes in real-time.
The official repository is configured to build 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.