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.
落雨楓 0331de0b3b | 2 years ago | |
---|---|---|
.github/workflows | 2 years ago | |
config/jest | 2 years ago | |
public | 2 years ago | |
src | 2 years ago | |
.browserslistrc | 2 years ago | |
.clearglobs | 2 years ago | |
.editorconfig | 2 years ago | |
.env.development | 2 years ago | |
.eslintignore | 2 years ago | |
.eslintrc.json | 2 years ago | |
.gitattributes | 2 years ago | |
.gitignore | 2 years ago | |
.npmrc | 2 years ago | |
.prettierrc.json | 2 years ago | |
README.md | 2 years ago | |
jest.config.mjs | 2 years ago | |
netlify.toml | 2 years ago | |
next-env.d.ts | 2 years ago | |
next.config.js | 2 years ago | |
package.json | 2 years ago | |
pnpm-lock.yaml | 2 years ago | |
sentry.client.config.ts | 2 years ago | |
sentry.properties | 2 years ago | |
sentry.server.config.ts | 2 years ago | |
tsconfig.json | 2 years ago |
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
.