The best wallpapers on the Net!
The Project is built with:
Navigate into your projects directory and get your environment variables ready:
cd wallhaven/mp-wechat/
mv .env.template .env.local
Use pnpm to install all dependencies.
pnpm install
First, run the development server:
cd wallhaven
pnpm dev:mp-wechat
# or
cd wallhaven/map-wechat
pnpm dev
Open Weixin DevTools With Mini Program debugging, developers can debug the Mini Program APIs and pages, view and edit codes, preview and publish the Mini Program, etc.