This repository hosts a minimal site built with React and Bun.
- Install bun.
- Fork this repo and
cdinto it. - Run
bun installto pull dependencies. - Run
bun run devto run the server at http://localhost:3000.
- Update the text in
src/App.tsxto reflect your bio or links. - Adjust styles in
src/index.cssif you want different colors or spacing. - Swap icons or social urls in
src/utils/icons.tsx.
- Deploy anywhere that can host static files:
- Run
bun run buildto create a production bundle. - Run
bun run serveto serve the built site.
- Run
- Deploy on Firebase for free:
- use tailwind, shadcn, charts