Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 🌟
- Host: GitHub
- URL: https://github.com/richeyphu/wallpaper-a-day
- Owner: richeyphu
- License: mit
- Created: 2024-07-04T11:37:38.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-07-12T19:43:15.000Z (4 months ago)
- Last Synced: 2024-10-10T15:41:01.245Z (27 days ago)
- Topics: anime, art, gallery, nuxt, typescript, vue, wallpaper, wordpress, wordpress-api
- Language: Vue
- Homepage: https://wallpaper-a-day.vercel.app
- Size: 2.8 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.