No description
  • TypeScript 95.4%
  • Dockerfile 4.6%
Find a file
2026-07-14 15:37:15 -04:00
src feat: added white background and padding to output svg in anime-status endpoint 2026-07-14 15:37:15 -04:00
.gitignore feat: add anime status chart endpoint 2026-07-14 15:17:05 -04:00
bun.lock feat: add anime status chart endpoint 2026-07-14 15:17:05 -04:00
Dockerfile feat: added white background and padding to output svg in anime-status endpoint 2026-07-14 15:37:15 -04:00
package.json feat: added white background and padding to output svg in anime-status endpoint 2026-07-14 15:37:15 -04:00
README.md feat: add anime status chart endpoint 2026-07-14 15:17:05 -04:00
tsconfig.json feat: add anime status chart endpoint 2026-07-14 15:17:05 -04:00

bun-react-template

To install dependencies:

bun install

To start a development server:

bun dev

To run for production:

bun start

This project was created using bun init in bun v1.3.14. Bun is a fast all-in-one JavaScript runtime.