mirror of
https://github.com/Kizuren/SauceKudasai.git
synced 2025-12-21 21:16:15 +01:00
A Frontend Search Engine that fetches anime info
https://saucekudasai.kizuren.dev
Bumps the dependencies group with 2 updates: [axios](https://github.com/axios/axios) and [framer-motion](https://github.com/motiondivision/motion). Updates `axios` from 1.8.4 to 1.9.0 - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md) - [Commits](https://github.com/axios/axios/compare/v1.8.4...v1.9.0) Updates `framer-motion` from 12.8.0 to 12.9.2 - [Changelog](https://github.com/motiondivision/motion/blob/main/CHANGELOG.md) - [Commits](https://github.com/motiondivision/motion/compare/v12.8.0...v12.9.2) --- updated-dependencies: - dependency-name: axios dependency-version: 1.9.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: framer-motion dependency-version: 12.9.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies ... Signed-off-by: dependabot[bot] <support@github.com> |
||
|---|---|---|
| .github | ||
| public | ||
| src | ||
| .gitignore | ||
| docker-compose-build.yml | ||
| docker-compose.yml | ||
| Dockerfile | ||
| jsconfig.json | ||
| LICENSE | ||
| package-lock.json | ||
| package.json | ||
| README.md | ||
SauceKudasai
A Frontend Search Engine that fetches anime info based on the image provided using trace.moe and AniList API
Requirements
Development:
- Node.JS
Deployment:
- docker
Development
npm install
npm run dev
Deployment via docker:
Using image:
docker compose up -d
Building image:
docker compose -f docker-compose-build.yml up -d
Author
Original: Ayush Gupta
Modified by: MarcUs7i
Original repository: https://github.com/ayushgptaa/SauceKudasai
