mirror of
https://github.com/Kizuren/SauceKudasai.git
synced 2025-12-21 13:06:16 +01:00
A Frontend Search Engine that fetches anime info
https://saucekudasai.kizuren.dev
Bumps the dependencies group with 2 updates: [framer-motion](https://github.com/motiondivision/motion) and [styled-components](https://github.com/styled-components/styled-components). Updates `framer-motion` from 12.9.4 to 12.10.5 - [Changelog](https://github.com/motiondivision/motion/blob/main/CHANGELOG.md) - [Commits](https://github.com/motiondivision/motion/compare/v12.9.4...v12.10.5) Updates `styled-components` from 6.1.17 to 6.1.18 - [Release notes](https://github.com/styled-components/styled-components/releases) - [Commits](https://github.com/styled-components/styled-components/compare/styled-components@6.1.17...styled-components@6.1.18) --- updated-dependencies: - dependency-name: framer-motion dependency-version: 12.10.5 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: styled-components dependency-version: 6.1.18 dependency-type: direct:production update-type: version-update:semver-patch 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
