Skip to content

Latest commit

 

History

History
66 lines (47 loc) · 1.89 KB

README.md

File metadata and controls

66 lines (47 loc) · 1.89 KB

Classical Virtues

Vercel Deploy Next.js TypeScript Tailwind CSS MDX shadcn/ui

A modern web application exploring classical virtues through interactive storytelling and content. Built with Next.js and enhanced with beautiful typography and responsive design.

Tech Stack

  • Framework: Next.js 14 with App Router
  • Language: TypeScript
  • Styling: Tailwind CSS
  • UI Components: shadcn/ui
  • Content: MDX for rich content authoring
  • Analytics: Vercel Analytics
  • Deployment: Vercel Platform
  • Performance: Optimized fonts and images with next/font and next/image
  • SEO: Built-in sitemap and robots.txt generation

Getting Started

First, install the dependencies:

npm install
# or
yarn install

Then, run the development server:

npm run dev
# or
yarn dev

Open http://localhost:3000 with your browser to see the result.

Development

  • src/app/* - Main application routes and pages
  • src/components/* - Reusable UI components
  • src/stories/* - MDX content for virtue stories
  • public/* - Static assets

Deployment

The application is deployed on Vercel. Each commit to the main branch triggers an automatic deployment.

Learn More

To learn more about the technologies used in this project:

License

MIT