Rebuild the Tower of Babel! !
The light novel machine translation robot is a website that automatically generates machine translations of light novels and shares them. Here, you can browse Japanese online novels/bunko novels, or upload your own EPUB/TXT files and then generate machine-translated versions.
Welcome to submit pull requests. For breaking changes, please open an issue first to discuss the changes you want to make.
The website is developed based on Vue3 + TypeScript + Vite + Naive ui. You can follow the steps below to initialize the development environment.
git clone [email protected]:FishHawk/auto-novel.git
cd web
pnpm install --frozen-lockfile # 安装依赖
pnpm run prepare # 设置Git钩子
pnpm run dev # 启动开发服务器
The development server will reflect code changes in real time. Note that the development server communicates directly with the website backend, please avoid polluting the website database during development. For security reasons, upload requests for chapter translations will be blocked.