Skip to content

domainfun/invoiceninja.github.io

 
 

Repository files navigation

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.

Introduction

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.

Getting started

Clone the repository

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

Install dependencies

npm install

Generate API docs

npm run clean-api-docs && npm run gen-api-docs

Start the development server

npm start

This launches a local development server at http://localhost:3000 with hot-reloading, so edits are reflected in real-time.

Build for production

npm run build

Serve the production build locally

npm run serve

The 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

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

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • CSS 47.4%
  • TypeScript 40.2%
  • JavaScript 12.1%
  • HTML 0.3%