Skip to content

AdingApkgg/vns

Repository files navigation

Visual Novel Site

简体中文 | 日本語 | English


  • Powered by the Hugo framework
  • Supports internationalization and multilingual features

Local Development

Setting up the development environment requires tools like Git and Hugo.

Windows => Winget

winget install Hugo.Hugo.Extended
git clone -b dev https://github.com/AdingApkgg/vns.git && cd vns
hugo server

macOS => Homebrew

brew install hugo
git clone -b dev https://github.com/AdingApkgg/vns.git && cd vns
hugo server

Arch Linux => Pacman

pacman -S hugo
git clone -b dev https://github.com/AdingApkgg/vns.git && cd vns
hugo server

For more details, please refer to Hugo.

Contributing

The site still has many areas that need improvement. Contributions to both the content and source code are welcome. For more information, please refer to the Contribution Guide.