jsSMS
jsSMS copied to clipboard
How to open the game using the link on the site?
Hello. Tell me, is it possible to somehow connect the ROM with the game through the link, and not upload from the list?
AFAIK it's not possible, you need to clone the repository and run your ROM locally
@lhsazevedo how did you do it?
- Clone this repo
- Put your ROM file in the "rom" directory
- Edit the index.html file, adding the name of your ROM file to the rom list. Make sure to follow the structure.
- Run a local webserver and open it on your browser. If you have npm installed, you can just run
npx serveon your terminal.