# livebook.dev **Repository Path**: mirrors_livebook-dev/livebook.dev ## Basic Information - **Project Name**: livebook.dev - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-01-17 - **Last Updated**: 2026-01-26 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Livebook website The landing page for [Livebook](https://github.com/livebook-dev/livebook). ## Development ```sh npm install npm run dev ``` ## Deployment ```sh # Build static content to dist/ npm run build # Preview the result npm run preview ```