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

https://github.com/haskell-miso/miso-lynx-docs

:ramen: 🐈 📚 Documentation for miso-lynx
https://github.com/haskell-miso/miso-lynx-docs

documentation haskell lynxjs miso

Last synced: about 1 month ago
JSON representation

:ramen: 🐈 📚 Documentation for miso-lynx

Awesome Lists containing this project

README

          

:ramen: 🐈 📚 miso-lynx-docs
============================

The [official website](https://lynxjs.haskell-miso.org) for the [miso-lynx](https://github.com/haskell-miso/miso-lynx) project.

## Setup :crane:

Install the dependencies:

```bash
bun install
```

## Get started

Start the dev server:

```bash
bun run dev
```

Build the website for production:

```bash
bun run build
```

Preview the production build locally:

```bash
bun run preview
```