Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
hileon opened this issue Apr 16, 2020 · 6 comments

Comments

@hileon
Copy link

hileon commented Apr 16, 2020

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
Copy link

@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
Copy link

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

@jehy
Copy link

jehy commented Jul 3, 2024

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
Copy link

@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
Copy link

jehy commented Nov 7, 2024

@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
Copy link

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants