Built with Next.js 16, React 19, and Tailwind CSS v4.
Hosted on https://alcestide.com.
This project uses Bun for package management and script execution.
bun installRun the local development server with Turbopack enabled:
bun dev"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"
}