my profile website
Go to file
2024-09-20 21:09:48 +08:00
.vscode feat:init 2024-09-18 22:54:40 +08:00
app feat: bilibili & modrinth 2024-09-20 21:09:48 +08:00
components feat: bilibili & modrinth 2024-09-20 21:09:48 +08:00
config feat: bilibili & modrinth 2024-09-20 21:09:48 +08:00
public feat:init 2024-09-18 22:54:40 +08:00
styles feat:init 2024-09-18 22:54:40 +08:00
types feat:init 2024-09-18 22:54:40 +08:00
.eslintignore feat:init 2024-09-18 22:54:40 +08:00
.eslintrc.json feat:init 2024-09-18 22:54:40 +08:00
.gitignore chore: ignore idea files 2024-09-18 22:55:17 +08:00
docker-compose.yml fix: docker 2024-09-19 22:25:30 +08:00
Dockerfile fix: docker 2024-09-19 22:25:30 +08:00
LICENSE feat:init 2024-09-18 22:54:40 +08:00
next.config.js feat:init 2024-09-18 22:54:40 +08:00
package-lock.json feat: bilibili & modrinth 2024-09-20 21:09:48 +08:00
package.json feat:init 2024-09-18 22:54:40 +08:00
postcss.config.js feat:init 2024-09-18 22:54:40 +08:00
README.md feat:init 2024-09-18 22:54:40 +08:00
tailwind.config.js feat:init 2024-09-18 22:54:40 +08:00
tsconfig.json feat:init 2024-09-18 22:54:40 +08:00

Next.js & NextUI Template

This is a template for creating applications using Next.js 14 (app directory) and NextUI (v2).

Try it on CodeSandbox

Technologies Used

How to Use

Use the template with create-next-app

To create a new project based on this template using create-next-app, run the following command:

npx create-next-app -e https://github.com/nextui-org/next-app-template

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.