Skip to content

Latest commit

 

History

History
38 lines (28 loc) · 802 Bytes

DEVELOPERS.md

File metadata and controls

38 lines (28 loc) · 802 Bytes

How to use Arcade rom filter from source

This is simple enough,

git clone https://github.com/vasile-coste/arcade-rom-filter.git
cd arcade-rom-filter
npm i
npm run dev

others:

  • npm run css - this will regenerate css on the go if you modify UI classes
  • npm run devs - same as "npm run dev" only this one doesn't open the link in the browser

Note that you need git and NodeJS >= 16 for this.

How to build Arcade rom filter

This is also simple,

git clone https://github.com/vasile-coste/arcade-rom-filter.git
cd arcade-rom-filter
npm i
npm run pkg-all

or if you want to build only for windows:

npm run pkg-win

stand alone command

npx pkg -t linux-x64,macos-x64,win-x64 -C GZip .