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.
653 B
653 B
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
.