File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ Stream data through multiple QRCodes
3333
3434## Build & run
3535
36- 1 . Install Dependencies
36+ ** 1. Install Dependencies**
3737
3838You need install [ Node.js] ( https://nodejs.org ) first.The project uses ` pnpm ` as its package manager. First, ensure you have ` pnpm ` installed:
3939
@@ -47,7 +47,7 @@ Then, install the project dependencies:
4747pnpm install
4848```
4949
50- 2 . Build the Project
50+ ** 2. Build the Project**
5151
5252Build the project using the command specified in the ` package.json ` and ` netlify.toml ` :
5353
@@ -63,7 +63,7 @@ Alternatively, if you want to run the development server to test changes:
6363pnpm run dev
6464```
6565
66- 3 . Serve the Project Locally
66+ ** 3. Serve the Project Locally**
6767
6868if your target environment have ` Node.js ` , you can copy entire ` .output ` directory to where you want.You can preview this build using:
6969
You can’t perform that action at this time.
0 commit comments