This is a components repo you can copy anyone you want.
- My game web named "Dream Wander" is pub in public/ directory.
-
- We can vite the url to paly: "https://copy-easy-neumui.vercel.app/ckn"
pnpm dev
- React 18
- Typescript 5
- CSS
- NextJs 3
- Lint: eslint
- git hooks: husky
- git commit formatter: commitlint
- Unit test: Vitest 3 + VitestUI + @vitest/coverage-c8 + @testing-library/react + @testing-library/jest-dom
- CI&CD: https://vercel.com/
- Deploy on Vercel (CI/CD):
- 1 - 在运行命令的时候,使用pnpm或者npm出现此错误
pnpm : 无法加载文件 C:\Users\HP\AppData\Roaming\npm\pnpm.ps1,因为在此系统上禁止运行脚本。有关详细信息,请参阅 https:/go.microsoft.com/fwlink/?LinkID=135170 中的 about_Execution_Policies。
-
- 【Solution】: Windows PowerShell => input command 'set-ExecutionPolicy RemoteSigned' => input selection [A]