Skip to content

libris/graphdeck

Repository files navigation

GraphDeck

Development

Serve data files from other directory:

$ env DECK_DATA=$HOME/Documents/work/KB/repos/tangledtrees npm run dev

Deployment

$ npm run build

Nginx Config Example

server {
    location /graphdeck {
        root /srv/static/;
        try_files $uri $uri/ $uri.html /graphdeck/index.html;
    }
}

Releases

No releases published

Packages

No packages published