Skip to content

Latest commit

 

History

History
62 lines (38 loc) · 1.29 KB

README.md

File metadata and controls

62 lines (38 loc) · 1.29 KB

Qmedia web

English | 简体中文

Tech Stack

Installation Instructions

Setup Environment

nvm

Refer to https://github.com/nvm-sh/nvm#install--update-script

nodejs

nvm install node

pnpm

Refer to https://pnpm.io/installation

Install Dependencies

pnpm install

Modify Configuration File

cp .env.example .env

Set the port number of SERVICE_ENDPOINT in the .env file to the port number of qmedia_web.

Run the Service

pnpm dev

Open http://localhost:3000 with your browser to see the result.

Learn More

To learn more about Next.js, take a look at the following resources:

You can check out the Next.js GitHub repository - your feedback and contributions are welcome!

Feedback

This monorepo is created by Link1987