cztomsik / graffiti

HTML/CSS engine for node.js and deno.
http://tomsik.cz/graffiti
MIT License
939 stars 18 forks source link

can run graffity usingin deno on ubuntu 20.04 ? and how ? #169

Closed elycheikhsmail closed 2 years ago

cztomsik commented 3 years ago

BTW: discord might be better place to ask for this https://discord.gg/zQwyzFb

elycheikhsmail commented 3 years ago

thank you. isn't possible to avoid npm i ?

cztomsik commented 3 years ago

you would need to somehow call esbuild to generate bundles (index.js and worker.js) other than that you just need to execute cargo build in the libgraffiti directory and that should be all what's needed

in the future I'd like to provide those bundles (and prebuilt binaries) via github releases so you'd only need a github url to pointing to a specific release but it's not done yet and I have other priorities right now