Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/livebook-dev/livebook.dev

Landing page for Livebook
https://github.com/livebook-dev/livebook.dev

Last synced: about 2 months ago
JSON representation

Landing page for Livebook

Awesome Lists containing this project

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
```