Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/richeyphu/wallpaper-a-day

Favorite daily weeb wallpaper site reimagined 🌟
https://github.com/richeyphu/wallpaper-a-day

anime art gallery nuxt typescript vue wallpaper wordpress wordpress-api

Last synced: 2 days ago
JSON representation

Favorite daily weeb wallpaper site reimagined 🌟

Awesome Lists containing this project

README

        

# wallpaper a day

[![License: MIT](https://img.shields.io/badge/license-MIT-blue)](LICENSE)
[![Website](https://img.shields.io/website?url=https://wallpaper-a-day.vercel.app/)](https://wallpaper-a-day.vercel.app/)
[![Vercel](https://vercelbadge.vercel.app/api/richeyphu/wallpaper-a-day)](https://wallpaper-a-day.vercel.app/)
[![GitHub issues](https://img.shields.io/github/issues/richeyphu/wallpaper-a-day)](https://github.com/richeyphu/wallpaper-a-day/issues)
[![GitHub pull requests](https://img.shields.io/github/issues-pr/richeyphu/wallpaper-a-day)](https://github.com/richeyphu/wallpaper-a-day/pulls)

[![cover](public/images/cover.png)](https://wallpaper-a-day.vercel.app/)


a wallpaper a day...

Reimagine your favorite everyday anime wallpaper website with [Nuxt](https://nuxt.com/) + [WordPress REST API](https://developer.wordpress.com/docs/api/).

> The contents are provided courtesy of [Wallpaper A Day](https://wallpaper-a-day.com/).

## Setup

Make sure to install the dependencies:

```bash
pnpm install
```

## Development Server

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

```bash
pnpm dev
```

## Production

Build the application for production:

```bash
pnpm build
```

Locally preview production build:

```bash
pnpm preview
```

Check out the [deployment documentation](https://nuxt.com/docs/getting-started/deployment) for more information.