Skip to content

lukehasawii/eShopWeb

Repository files navigation

villain3ds

Download 3DS games to your PC as .cia files.

To Use

To clone and run this repository you'll need Git and Node.js (which comes with npm) installed on your computer. From your command line:

# Clone this repository
git clone https://github.com/tranxuanthang/villain3ds
# Go into the repository
cd villain3ds
# Install dependencies
npm install
# Run the app
npm start

Package

Run those commands:

# Go into the repository
cd villain3ds
# For Windows (32 bit)
npm run package-win
# For Windows (64 bit)
npm run package-win64
# For linux (64 bit)
npm run package-linux
# For macOS (64 bit)
npm run package-mac

Output is at ../release-builds.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published