|
|
1 년 전 | |
|---|---|---|
| .. | ||
| public | 1 년 전 | |
| src | 1 년 전 | |
| .gitignore | 1 년 전 | |
| README.md | 1 년 전 | |
| README_zh-CN.md | 1 년 전 | |
| eslint.config.js | 1 년 전 | |
| index.html | 1 년 전 | |
| package-lock.json | 1 년 전 | |
| package.json | 1 년 전 | |
| pnpm-lock.yaml | 1 년 전 | |
| postcss.config.js | 1 년 전 | |
| tailwind.config.js | 1 년 전 | |
| tsconfig.app.json | 1 년 전 | |
| tsconfig.json | 1 년 전 | |
| tsconfig.node.json | 1 년 전 | |
| vite.config.ts | 1 년 전 | |
Install Node.js 18
Install pnpm
npm install -g pnpm
3. Clone the repository
git clone https://github.com/opendatalab/MinerU cd ./projects/web
4. Install dependencies
pnpm install
5. Run the development server
pnpm run dev
6. ⚠️ Note: This command is for local development only, do not use for deployment!
Open your browser and visit http://localhost:5173 (or another address output in the console)
7. Ensure that the backend service in ./projects/web_demo is running
8. If you encounter an error when executing `pnpm install`, you can switch to an alternative package manager.
npm install -g yarn yarn yarn start
## Building the Project
pnpm run build ```