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