An open API service indexing awesome lists of open source software.

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

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
```