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

https://github.com/zphw/anime-next

Elegant single page personal Anime List built with Next.js.
https://github.com/zphw/anime-next

anime anime-list

Last synced: 8 months ago
JSON representation

Elegant single page personal Anime List built with Next.js.

Awesome Lists containing this project

README

          

# Anime Next

A beautiful and ready-to-use single page personal Anime List built with [Next.js](https://nextjs.org/).

## Getting Started

### Run the Development Server

```bash
yarn dev
```

Open [http://localhost:3000](http://localhost:3000) with your browser to see the website.

You can edit the anime list by modifying `data/data.js` and replacing the data with your own list.

### Deploy to Vercel

[![Deploy to Vercel](https://vercel.com/button)](https://vercel.com/import/project?template=https://github.com/zphw/anime-next)

After clicking this button, a git repository will be created for you, and any following change to it will be automatically deployed.