Online documentation and tracking tools for Naninovel visual novel engine.
To help us improve the documentation (eg, fix a typo or update translation) check out contributing article.
Instructions on running (hosting) the docs locally:
- Install Node.js (nodejs.org)
- Clone the repository (guide)
- Run the following npm commands via a command shell (terminal) under the cloned repository folder:
- Install npm dependencies:
npm install
- Build the project:
npm run build
- Run the server:
npm run preview
- Open the generated local URL in a web browser
- Install npm dependencies: