English | 简体中文
- Language: Typescript
- Framework: Next.js
- Styling: tailwindcss
- Components: shadcn/ui
nvm
Refer to https://github.com/nvm-sh/nvm#install--update-script
nodejs
nvm install node
pnpm
Refer to https://pnpm.io/installation
pnpm install
cp .env.example .env
Set the port number of SERVICE_ENDPOINT
in the .env
file to the port number of qmedia_web.
pnpm dev
Open http://localhost:3000 with your browser to see the result.
To learn more about Next.js, take a look at the following resources:
- Next.js Documentation - learn about Next.js features and API.
- Learn Next.js - an interactive Next.js tutorial.
You can check out the Next.js GitHub repository - your feedback and contributions are welcome!
This monorepo is created by Link1987