This repository contains the source code for SourceDepth.com, a server-side rendered (SSR) website built using React and TanStack.
- React: Frontend UI library
- TanStack Start: Full-stack React framework based on TanStack Router
- Tailwind: A utility-first CSS framework
- MDX: JSX in markdown solution
- Node.js
- npm or yarn
-
Fork and clone the repository
git clone https://github.com/yourusername/website-ssr.git cd website-ssr -
Install dependencies
npm install
-
Run the development server
npm run dev
npm run build
node .output/server/index.mjswebsite-ssr/
├── public/ # Static assets
├── src/
│ ├── components/ # React components
│ ├── server/ # Server-side code
│ └── utils/ # Utility functions
└── README.md