Schrodinger-Hat / ImageGoNord

A tool that can convert your rgb images to nordtheme palette
https://ign.schrodinger-hat.it/
GNU Affero General Public License v3.0
831 stars 31 forks source link

Make a better dev experience #148

Closed TheJoin95 closed 3 months ago

TheJoin95 commented 3 months ago

Pull Request

Closes #147

Description

Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change.

Fixes # (issue) package install & setup project locally

Type of change

Please delete options that are not relevant.

How Has This Been Tested?

Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration

Test Configuration:

Checklist:

TheJoin95 commented 3 months ago

Some comments, and why this changes increase devex?

I drop the support on node-sass (which was using node-gyp) because outdated and not up to date anymore. Basically it was impossible to run our application in the recent node version / python version.

Now it supports > node16 (running node20)