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
- Host: GitHub
- URL: https://github.com/haskell-miso/miso-lynx-docs
- Owner: haskell-miso
- Created: 2025-08-01T17:24:49.000Z (11 months ago)
- Default Branch: master
- Last Pushed: 2025-10-10T19:26:24.000Z (9 months ago)
- Last Synced: 2025-10-11T08:22:09.915Z (9 months ago)
- Topics: documentation, haskell, lynxjs, miso
- Language: TypeScript
- Homepage: https://lynxjs.haskell-miso.org/
- Size: 165 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```