Naifu修改版,增加生成进度和队列支持
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Go to file
落雨楓 0331de0b3b 修复消息不弹出的问题 2 years ago
.github/workflows
config/jest
public
src 修复消息不弹出的问题 2 years ago
.browserslistrc
.clearglobs
.editorconfig
.env.development
.eslintignore
.eslintrc.json
.gitattributes
.gitignore
.npmrc
.prettierrc.json
README.md
jest.config.mjs
netlify.toml
next-env.d.ts
next.config.js
package.json
pnpm-lock.yaml
sentry.client.config.ts
sentry.properties
sentry.server.config.ts
tsconfig.json

README.md

NovelAI Web

Setup

Requires Node 16.9.0 or later.

Installing dependencies

corepack pnpm install

Development

Running a local development instance

corepack pnpm start

The app will run on http://localhost:3000 by default.

Running a local production instance

corepack pnpm run build
corepack pnpm run build:start

The app will run on http://localhost:3000 by default.

Running tests and checks

corepack pnpm run check

Deployment

corepack pnpm run build

A static production build will be exported to build.