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 · 3 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...

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

4 participants