Thanks to visit codestin.com
Credit goes to github.com

Skip to content

vmilfe/critical.su

Repository files navigation

critical.su website

critical.su critical.su screenshot

A modern, stylish landing page for critical.su

🚀 Tech Stack

Astro Tailwind CSS React

📝 Project Overview

This repository contains the source code for the critical.su website. The site is built with modern web technologies to provide a fast, responsive user experience.

✨ Features

  • Fast, static site generation with Astro
  • Responsive design with TailwindCSS
  • Interactive components powered by React
  • Content management through MDX files

🗂️ Project Structure

critical.su/
├── public/           # Static assets
├── src/
│   ├── components/   # React & Astro components
│   ├── content/
│   │   └── posts/    # MDX blog posts
│   ├── layouts/      # Page layouts
│   └── pages/        # Page components
├── .env              # Environment variables
└── astro.config.mjs  # Astro configuration

🛠️ Installation

  1. Clone the repository
git clone https://github.com/vmilfe/critical.su.git
cd critical.su
  1. Install dependencies
pnpm install
  1. Start the development server
pnpm run dev

🚧 Future Development Plans

  • Enhance video and audio controller functionality
  • Implement proper API for view tracking
  • Configure MongoDB connection and server settings

📊 Content Management

Posts are stored as MDX files in the src/content/posts directory. Example post:

---
id: 2
title: this fist page completed! :\\
createDate: 2025-03-05T21:31:50
postTitle: wtf, critical search a work again?
blureBackground: true
---

# My Amazing Post

This is the content of my post.

📫 Contact


Made with ♥️ by @awixa

Releases

No releases published

Packages

No packages published