https://github.com/legzdev/anime-list
https://github.com/legzdev/anime-list
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/legzdev/anime-list
- Owner: legzdev
- License: mit
- Created: 2022-11-30T03:52:52.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-07-02T14:32:45.000Z (about 2 years ago)
- Last Synced: 2025-01-21T04:28:34.292Z (over 1 year ago)
- Language: Go
- Homepage: https://animes.ghostsrv.ydns.eu
- Size: 253 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Anime List
[](https://go.dev)
[](https://pkg.go.dev/github.com/ghostsama2503/anime-list)
[](https://nodejs.org)
[](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://myanimelist.net).
### Install dependencies
```shell
make install -j
```
### Build
> [!NOTE]
> The build files can be found in the `build/` directory.
```shell
make build -j
```