Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ghostsama2503/anime-list


https://github.com/ghostsama2503/anime-list

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        


Anime List

[![Go Version](https://img.shields.io/badge/go-1.22.3-007d9c?logo=go)](https://go.dev)
[![Go Reference](https://pkg.go.dev/badge/github.com/ghostsama2503/anime-list.svg)](https://pkg.go.dev/github.com/ghostsama2503/anime-list)
[![Node.js Version](https://img.shields.io/badge/node-22.1.0-3f883c?logo=nodedotjs)](https://nodejs.org)
[![Astro Version](https://img.shields.io/badge/astro-4.9.3-orange?logo=astro)](https://astro.build)

This repository contains the code for an anime list, designed to store and organize all the animes I have watched. This application could be considered as my own personal [![](https://img.shields.io/badge/MyAnimeList-gray?logo=myanimelist)](https://myanimelist.net).

### Install dependencies

```shell
make install -j
```

### Build

> [!NOTE]
> The build files can be found in the `build/` directory.

```shell
make build -j
```