chore: Updated readme ff739ed4
Steve · 2025-04-27 19:17 1 file(s) · +21 −2
README.md +21 −2
1 -
# 🦫 bhvr
1 +
# bhvr 🦫
2 2
3 -
![cover](https://bhvr.dev/og.png)
3 +
![cover](https://cdn.stevedylan.dev/ipfs/bafybeievx27ar5qfqyqyud7kemnb5n2p4rzt2matogi6qttwkpxonqhra4)
4 4
5 5
A full-stack TypeScript monorepo starter with shared types, using Bun, Hono, Vite, and React
6 +
7 +
## Why bhvr?
8 +
9 +
While there are plenty of existing app building stacks out there, many of them are either bloated, outdated, or have too much of a vendor lock-in. bhvr is built with the opinion that you should be able to deploy your client or server in any enviorment while also keeping type saftey.
6 10
7 11
## Features
8 12
57 61
bun run build:shared  # Build the shared types package
58 62
bun run build:client  # Build the React frontend
59 63
```
64 +
65 +
### Deployment
66 +
67 +
Deplying each piece is very versatile and can be done numerous ways, and exploration into automating these will happen at a later date. Here are some references in the meantime.
68 +
69 +
**Client**
70 +
- [Orbiter](https://orbiter.host)
71 +
- [GitHub Pages](https://vite.dev/guide/static-deploy.html#github-pages)
72 +
- [Netlify](https://vite.dev/guide/static-deploy.html#netlify)
73 +
- [Cloudflare Pages](https://vite.dev/guide/static-deploy.html#cloudflare-pages)
74 +
75 +
**Server**
76 +
- [Cloudflare Worker](https://gist.github.com/stevedylandev/4aa1fc569bcba46b7169193c0498d0b3)
77 +
- [Bun](https://hono.dev/docs/getting-started/bun)
78 +
- [Node.js](https://hono.dev/docs/getting-started/nodejs)
60 79
61 80
## Type Sharing
62 81