livebook.dev icon indicating copy to clipboard operation
livebook.dev copied to clipboard

Landing page for Livebook

Livebook website

The landing page for Livebook.

Development

npm install
npm run dev

Deployment

# Build static content to dist/
npm run build

# Preview the result
npm run preview