own blog
  • Astro 83.6%
  • TypeScript 16.2%
  • JavaScript 0.2%
Find a file
2026-04-27 17:59:22 +03:00
frontend Add e-commerce orders, check-out 2026-04-27 17:59:22 +03:00
src Add e-commerce orders, check-out 2026-04-27 17:59:22 +03:00
.gitignore Add crud, post preview 2026-04-23 17:56:05 +03:00
bun.lock Add user account settings 2026-04-27 15:47:31 +03:00
drizzle.config.ts Initial commit 2026-04-22 10:45:34 +03:00
package.json Add user account settings 2026-04-27 15:47:31 +03:00
README.md Initial commit 2026-04-22 10:45:34 +03:00
test-api.http Add crud, post preview 2026-04-23 17:56:05 +03:00
tsconfig.json Initial commit 2026-04-22 10:45:34 +03:00

blog

To install dependencies:

bun install

To run:

bun run index.ts

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