Skip to content

naninovel/docs

Repository files navigation

Naninovel Banner

Naninovel Documentation

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:

  1. Install Node.js (nodejs.org)
  2. Clone the repository (guide)
  3. Run the following npm commands via a command shell (terminal) under the cloned repository folder:
    1. Install npm dependencies: npm install
    2. Build the project: npm run build
    3. Run the server: npm run preview
    4. Open the generated local URL in a web browser