https://github.com/d-led/mermaidlive-ssr
https://github.com/d-led/mermaidlive-ssr
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/d-led/mermaidlive-ssr
- Owner: d-led
- Created: 2025-05-06T17:27:23.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2026-01-24T00:05:10.000Z (5 months ago)
- Last Synced: 2026-01-24T11:57:34.466Z (5 months ago)
- Language: Elixir
- Size: 301 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MermaidLive SSR
A server-side rendering application for Mermaid diagrams.
## Project Structure
This repository contains the MermaidLive SSR application in the `mermaidlive_ssr/` subdirectory.
## Development
To work with this project:
1. Navigate to the project directory:
```bash
cd mermaidlive_ssr
```
2. Follow the instructions in the project README:
```bash
mix setup
mix phx.server
```
## Docker
To run with Docker Compose:
```bash
docker-compose up --build
```
## CI/CD
The GitHub Actions workflow automatically handles the subdirectory structure and runs all mix commands from the correct location.
## Scripts
- `scripts/pre-render-svg` - Pre-renders SVG diagrams (automatically navigates to the correct directory)
- `mermaidlive_ssr/mix_release.sh` - Builds production release (run from project root)