This is a profile website built with TanStack Start, Tailwind CSS, and TypeScript. It is a simple and clean website that showcases my skills and projects.
Check out the live website here.
The site application lives in sites/profile-website. The repo root keeps shared wrapper files such as appwrite.config.json and convenience scripts.
Run the site from the repo root:
bun run install:site
bun run dev
bun run formatOr work directly inside sites/profile-website:
cd sites/profile-website
bun install
bun run devThis project is licensed under the MIT License. See the LICENSE file for details.
Thanks to Magicui for the template.