invoiceninja / invoiceninja.github.io

Documentation for Invoice Ninja

Home Page:https://invoiceninja.github.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sublime's custom image

Invoice Ninja Documentation

Note: This is the documentation for version 5 of the Invoice Ninja.

Documentation is available at https://invoiceninja.github.io.

Table of contents

Introduction

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.

Getting started

Clone the repository

git clone https://github.com/invoiceninja/invoiceninja.github.io.git

Change directory and install dependencies

cd invoiceninja.github.io
composer i
npm i

Preview it

npm run watch
vendor/bin/jigsaw serve

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

Code of conduct can be found in our main repository. Code of Conduct.

Licence

Licence can be found in our main repository. Licence.

About

Documentation for Invoice Ninja

https://invoiceninja.github.io


Languages

Language:Blade 71.1%Language:PHP 24.3%Language:JavaScript 4.1%Language:HTML 0.5%