https://github.com/taga3s/taga3s.dev
My website
https://github.com/taga3s/taga3s.dev
cloudflare-workers hono honox
Last synced: 4 months ago
JSON representation
My website
- Host: GitHub
- URL: https://github.com/taga3s/taga3s.dev
- Owner: taga3s
- Created: 2024-05-15T13:43:19.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-06-15T02:17:48.000Z (4 months ago)
- Last Synced: 2025-06-15T02:36:09.612Z (4 months ago)
- Topics: cloudflare-workers, hono, honox
- Language: TypeScript
- Homepage: https://taga3s.dev
- Size: 2.69 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# taga3s-dev
This is my website.🐳
## Tech stacks
- Web Framework
- HonoX- Language
- TypeScript- Libs
- remark
- rehype
- shiki
- mermaid- Formatter / Linter
- biome- Dev environment
- Vite
- Wrangler- CI / CD
- Github Actions## Commands
- Run app
```
$ pnpm dev
```- Format
```
$ pnpm format
```- Lint
```
$ pnpm lint
```- Test
```
$ pnpm test
```