Giter Club home page Giter Club logo

documentation's Introduction

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>

documentation's People

Contributors

elringus avatar gigacee avatar shar0 avatar tunacook avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.