Skip to content

Online documentation and tracking tools for Naninovel — writer-friendly visual novel engine

Notifications You must be signed in to change notification settings

tigrig29/Naninovel-Documentation

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Naninovel

Naninovel Web Resources

This project is used to host online documentation and tracking tools for Naninovel visual novel engine.

How to Run Locally

  1. Install nodejs https://nodejs.org
  2. Fork this repository on Github
  3. Install npm dependencies
npm install
  1. Build the project
npm run docs:build
  1. Launch local web server
npm run docs:dev
  1. Access with a web browser http://localhost:8080/

How to Upgrade VuePress

  1. Delete docs/.vuepress/theme
  2. Upgrade vuepress
  3. Run yarn run eject
  4. Edit theme/Navbar.vue replacing
<RouterLink
  :to="$localePath"
  class="home-link"
>
...
</RouterLink>

with

<a href="https://naninovel.com">
...
</a>
  1. Edit theme/layouts/404.vue replacing
<RouterLink to="/">
...
</RouterLink>

with

<a href="https://naninovel.com">
...
</a>

About

Online documentation and tracking tools for Naninovel — writer-friendly visual novel engine

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%