mirror of
https://github.com/lbr77/SideImpactor.git
synced 2026-05-06 11:14:01 -04:00
update
This commit is contained in:
@@ -44,6 +44,13 @@ docker build -t sideload-web .
|
|||||||
docker run -p 3000:3000 sideload-web
|
docker run -p 3000:3000 sideload-web
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## Cloudflare
|
||||||
|
|
||||||
|
```bash
|
||||||
|
cd backend
|
||||||
|
bun run deploy
|
||||||
|
```
|
||||||
|
|
||||||
## Test
|
## Test
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
@@ -57,4 +64,3 @@ bun run test:frontend # frontend vitest suite (141 tests)
|
|||||||
- [webmuxd](https://github.com/hack-different/webmuxd)
|
- [webmuxd](https://github.com/hack-different/webmuxd)
|
||||||
- [zsign](https://github.com/nicehash/zsign)
|
- [zsign](https://github.com/nicehash/zsign)
|
||||||
- [openssl-wasm](https://github.com/nicehash/openssl-wasm)
|
- [openssl-wasm](https://github.com/nicehash/openssl-wasm)
|
||||||
|
|
||||||
|
|||||||
@@ -18,7 +18,7 @@ export function Header({ currentPage, onNavigate }: HeaderProps) {
|
|||||||
className="flex items-center gap-2 text-[15px] font-semibold tracking-tight text-ink no-underline"
|
className="flex items-center gap-2 text-[15px] font-semibold tracking-tight text-ink no-underline"
|
||||||
>
|
>
|
||||||
<span className="inline-flex h-6 w-6 items-center justify-center rounded-md bg-ink text-[10px] font-bold text-white">
|
<span className="inline-flex h-6 w-6 items-center justify-center rounded-md bg-ink text-[10px] font-bold text-white">
|
||||||
A
|
S
|
||||||
</span>
|
</span>
|
||||||
Side Impactor
|
Side Impactor
|
||||||
</a>
|
</a>
|
||||||
|
|||||||
Reference in New Issue
Block a user