Skip to content

Latest commit

 

History

History
37 lines (30 loc) · 676 Bytes

File metadata and controls

37 lines (30 loc) · 676 Bytes

alk

Built with Next.js 16, React 19, and Tailwind CSS v4.

Hosted on https://alcestide.com.

Installation

This project uses Bun for package management and script execution.

bun install

Run the local development server with Turbopack enabled:

bun dev

Dependencies

"dependencies": {
    "@tailwindcss/postcss": "^4.3.0",
    "gray-matter": "^4.0.3",
    "marked": "^18.0.3",
    "next": "^16.2.6",
    "react": "^19.2.6",
    "react-dom": "^19.2.6"
},
"devDependencies": {
    "@types/marked": "^6.0.0",
    "@types/node": "22.15.15",
    "@types/react": "19.0.10",
    "@types/react-dom": "19.0.4",
    "typescript": "5.8.2"
}