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: 4 months 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 (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-12T19:43:15.000Z (almost 2 years ago)
- Last Synced: 2025-04-05T08:07:48.908Z (over 1 year 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: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# wallpaper a day
[](LICENSE)
[](https://wallpaper-a-day.vercel.app/)
[](https://wallpaper-a-day.vercel.app/)
[](https://github.com/richeyphu/wallpaper-a-day/issues)
[](https://github.com/richeyphu/wallpaper-a-day/pulls)
[](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.