darwin / cmx.js

[prototype] A library/markup for building xkcd-style comic strips
http://cmx.io
Other
793 stars 89 forks source link

will this project be updated with latest code or there is some similar project like this? #8

Open hileon opened 4 years ago

hileon commented 4 years ago

I cloned the code and try to install in local, but it seems the packages it depends on are mostly out of dated. Not sure if there is someone there have already fork and update the project, or is there some similar projects like cmx.js that is built recently?

Promaethius commented 1 year ago

@hileon you can get the site working by bypassing the old grunt dependency hell and using an older version of Node that still conforms to the tis changes. I'm using https://nodejs.org/en/blog/release/v0.12.18

nom install --save-dev coffeescript@~1.4.0
./node_modules/.bin/coffee -c **/*.coffee
cd app && python3 -m http.server 8080

It'll get you the trans-pilled comic editor and you can host it wherever.

leotsarev commented 5 months ago

@Promaethius may be you have this trans-piled version somewhere? Or even container?

jehy commented 4 months ago

I managed to build a working version and put it into docker container, you can check it here.

UPD. Later, I also removed all unused deps,, and now you can simply npm ci and npm start with node 22...

prabuvenkat-gh commented 1 week ago

@jehy Greatly appreciate you brushing this up.

I am interested in using, extending and maintaining this. Will be nice if @darwin or you can give a headstart with some simple/basic documentation/info (ref #6)!

New to coffeescript, but am willing to learn!..

jehy commented 6 days ago

@jehy Greatly appreciate you brushing this up.

I am interested in using, extending and maintaining this. Will be nice if @darwin or you can give a headstart with some simple/basic documentation/info (ref #6)!

New to coffeescript, but am willing to learn!..

Hi! You can contact me via telegram, I can provide some details. We can also make a zoom call. BTW, you should not learn coffescript. It's dead already. It's better to start with migrating to typescript. May be there are some automated migrators, or you can try chatgpt.

prabuvenkat-gh commented 6 days ago

Yes, wanted to suggest it myself, but did not think it was right to do so before we could have a discussion. I am a bit busy through this weekend, but we take it up next week!