Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 256 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 256 Bytes

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