Skip to content

Latest commit

 

History

History
55 lines (36 loc) · 1.52 KB

README.md

File metadata and controls

55 lines (36 loc) · 1.52 KB

wallpaper a day

License: MIT Website Vercel GitHub issues GitHub pull requests

cover

a wallpaper a day...

Reimagine your favorite everyday anime wallpaper website with Nuxt + WordPress REST API.

The contents are provided courtesy of Wallpaper A Day.

Setup

Make sure to install the dependencies:

pnpm install

Development Server

Start the development server on http://localhost:3000:

pnpm dev

Production

Build the application for production:

pnpm build

Locally preview production build:

pnpm preview

Check out the deployment documentation for more information.