Avoid obstacles by avoiding them and get corresponding points to get more rewards.
# 1 使用 npm or pnpm 安装项目依赖
npm install or pnpm i
# 2 使用 npm or yarn or pnpm 运行本地开发环境
npm run dev
# or
yarn dev
# or
pnpm run dev
Open http://localhost:3000 with your browser to see the result.