Skip to content

xingxingmofashu/wallhaven

Repository files navigation

WALLHAVEN

The best wallpapers on the Net!

Overview

The Project is built with:

Quickstart

Setting up the environment variables

Navigate into your projects directory and get your environment variables ready:

cd wallhaven/mp-wechat/
mv .env.template .env.local

Install dependencies

Use pnpm to install all dependencies.

pnpm install

Getting Started

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.