No description https://cdn.how
Find a file
2025-01-29 21:24:14 -05:00
public initialize project structure with basic components and configuration 2025-01-17 18:12:41 -05:00
src Merge branch 'main' of ssh://ssh.creations.works:2022/seth/cdn.how 2025-01-29 21:24:14 -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-29 21:20:49 -05:00
build.ts Formatting. - DevilBro 2025-01-29 21:20:49 -05:00
bun.lockb Add countdown component and integrate it into the App; update package.json to include react-countdown 2025-01-29 21:20:55 -05:00
index.ts Formatting. - DevilBro 2025-01-29 21:20:49 -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 21:20:55 -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.