mark-when / markwhen

Make a cascading timeline from markdown-like text. Supports simple American/European date styles, ISO8601, images, links, locations, and more.
https://markwhen.com
MIT License
3.56k stars 126 forks source link

Will it be possible to self-host it? #42

Open agichim opened 2 years ago

Semmu commented 2 years ago

Yes please, it would be awesome to package this software as a Docker container!

kochrt commented 1 year ago

If someone can translate this into docker-speak all that's required is basically this:

> git clone git@github.com:mark-when/markwhen.git
> cd markwhen
> npm i
> npm run build

and then the assets in /dist can be statically hosted. Node v16.15.0 is expected.

aaparmeggiani commented 1 year ago

Not for production, but just submitted https://github.com/mark-when/markwhen/pull/108

aaparmeggiani commented 1 year ago

Moving the discussion to https://github.com/mark-when/markwhen/issues/71 , if that is ok (?)