Skip to content

andrew-s28/sourcedepth.com

Repository files navigation

SourceDepth.com

This repository contains the source code for SourceDepth.com, a server-side rendered (SSR) website built using React and TanStack.

Technology Stack

  • 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

Getting Started

Prerequisites

  • Node.js
  • npm or yarn

Installation

  1. Fork and clone the repository

    git clone https://github.com/yourusername/website-ssr.git
    cd website-ssr
  2. Install dependencies

    npm install
  3. Run the development server

    npm run dev

Building for Production

npm run build
node .output/server/index.mjs

Project Structure

website-ssr/
├── public/          # Static assets
├── src/
│   ├── components/  # React components
│   ├── server/      # Server-side code
│   └── utils/       # Utility functions
└── README.md

License

MIT

About

The source code for my personal website at sourcedepth.com

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published