Go to file
周炽键 dbfe057292 feat: chapter function 2025-07-15 18:17:48 +08:00
.vscode init 2025-07-14 12:25:42 +08:00
app feat: chapter function 2025-07-15 18:17:48 +08:00
components feat: chapter function 2025-07-15 18:17:48 +08:00
config init 2025-07-14 12:25:42 +08:00
input-txt init 2025-07-14 12:25:42 +08:00
public init 2025-07-14 12:25:42 +08:00
styles init 2025-07-14 12:25:42 +08:00
types init 2025-07-14 12:25:42 +08:00
.eslintignore init 2025-07-14 12:25:42 +08:00
.eslintrc.json init 2025-07-14 12:25:42 +08:00
.gitignore init 2025-07-14 12:25:42 +08:00
.npmrc init 2025-07-14 12:25:42 +08:00
LICENSE init 2025-07-14 12:25:42 +08:00
README.md init 2025-07-14 12:25:42 +08:00
next.config.js init 2025-07-14 12:25:42 +08:00
package.json feat: chapter function 2025-07-15 18:17:48 +08:00
postcss.config.js init 2025-07-14 12:25:42 +08:00
tailwind.config.js init 2025-07-14 12:25:42 +08:00
tsconfig.json feat: chapter function 2025-07-15 18:17:48 +08:00
yarn.lock feat: chapter function 2025-07-15 18:17:48 +08:00

README.md

How to Use

Install dependencies

You can use one of them npm, yarn, pnpm, bun, Example using npm:

npm install

Run the development server

npm run dev

Setup pnpm (optional)

If you are using pnpm, you need to add the following code to your .npmrc file:

public-hoist-pattern[]=*@nextui-org/*

After modifying the .npmrc file, you need to run pnpm install again to ensure that the dependencies are installed correctly.

License

Licensed under the MIT license.