No description https://cdn.how
Find a file
2025-01-29 18:48:00 -05:00
public initialize project structure with basic components and configuration 2025-01-17 18:12:41 -05:00
src Add countdown component and integrate it into the App; update package.json to include react-countdown 2025-01-29 18:48:00 -05:00
.gitignore initialize project structure with basic components and configuration 2025-01-17 18:12:41 -05:00
biome.json Formatting. - DevilBro 2025-01-20 16:42:20 -05:00
build.ts Formatting. - DevilBro 2025-01-20 16:42:20 -05:00
bun.lockb Add countdown component and integrate it into the App; update package.json to include react-countdown 2025-01-29 18:48:00 -05:00
index.ts Formatting. - DevilBro 2025-01-20 16:42:20 -05:00
LICENSE initialize project structure with basic components and configuration 2025-01-17 18:12:41 -05:00
package.json Add countdown component and integrate it into the App; update package.json to include react-countdown 2025-01-29 18:48:00 -05:00
README.md initialize project structure with basic components and configuration 2025-01-17 18:12:41 -05:00
tsconfig.json initialize project structure with basic components and configuration 2025-01-17 18:12:41 -05:00

bunhtml

To install dependencies:

bun install

To run:

bun run index.ts

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