mirror of
https://github.com/Kizuren/SauceKudasai.git
synced 2026-01-08 15:37:49 +01:00
A Frontend Search Engine that fetches anime info
https://saucekudasai.kizuren.dev
Bumps the dependencies group with 4 updates in the / directory: [axios](https://github.com/axios/axios), [framer-motion](https://github.com/motiondivision/motion), [styled-components](https://github.com/styled-components/styled-components) and [web-vitals](https://github.com/GoogleChrome/web-vitals). Updates `axios` from 1.9.0 to 1.10.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.9.0...v1.10.0) Updates `framer-motion` from 12.10.5 to 12.18.1 - [Changelog](https://github.com/motiondivision/motion/blob/main/CHANGELOG.md) - [Commits](https://github.com/motiondivision/motion/compare/v12.10.5...v12.18.1) Updates `styled-components` from 6.1.18 to 6.1.19 - [Release notes](https://github.com/styled-components/styled-components/releases) - [Commits](https://github.com/styled-components/styled-components/compare/styled-components@6.1.18...styled-components@6.1.19) Updates `web-vitals` from 5.0.0 to 5.0.3 - [Changelog](https://github.com/GoogleChrome/web-vitals/blob/main/CHANGELOG.md) - [Commits](https://github.com/GoogleChrome/web-vitals/compare/v5.0.0...v5.0.3) --- updated-dependencies: - dependency-name: axios dependency-version: 1.10.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: framer-motion dependency-version: 12.18.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: styled-components dependency-version: 6.1.19 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: web-vitals dependency-version: 5.0.3 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: Kizuren
Original repository: https://github.com/ayushgptaa/SauceKudasai
