Skip to content

Latest commit

 

History

History
46 lines (31 loc) · 1.36 KB

README.md

File metadata and controls

46 lines (31 loc) · 1.36 KB

PSX WebTools logo

PSX WebTools is a modern, web-based toolkit designed to enhance your PlayStation 1 gaming experience. The goal is to provide easy-to-use tools for different tasks related to PS1 development and gaming.

Features

  • MemCARDuino Flasher: Flash firmware to your MemCARDuino device directly from your browser.
  • Memory Card Manager: View, edit, and organize your PS1 memory card saves. MemCARDuino support included!
  • Web-based: No installation required, use it directly in your browser.

Getting Started

  1. Clone the repository:

    git clone https://github.com/barrenechea/psx-webtools.git
    
  2. Install dependencies:

    cd psx-webtools
    npm install
    
  3. Run the development server:

    npm run dev
    
  4. Open your browser and navigate to https://localhost:5173 (or the URL provided in the console).

Contributing

Contributions are welcome! Please feel free to submit a Pull Request.

License

This project is licensed under the GNU General Public License v3.0. See the LICENSE file for details.