Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/tom-sherman/vercel-structurizr-site-generatr-demo


https://github.com/tom-sherman/vercel-structurizr-site-generatr-demo

Last synced: 14 days ago
JSON representation

Awesome Lists containing this project

README

        

# Vercel structurizr-site-generatr demo

This is a demo of deploying [structurizr-site-generator](https://github.com/avisi-cloud/structurizr-site-generatr) to Vercel.

## Configuration

This demo requires a custom install and build command

Build command:

```
structurizr-site-generatr generate-site -w workspace.dsl
```

Output directory:

```
build/site
```

Install command:

```
./vercel-install.sh
```

### Customising the `structurizr-site-generatr` version

This demo uses v1.1.14 of `structurizr-site-generatr` by default. To use a different version, update the `vercel-install.sh` script to download, extract, and link the desired version from the [releases page](https://github.com/avisi-cloud/structurizr-site-generatr/releases).