gba_explorer
Explore GameBoy Advanced ROMs and see and hear all their data, text, graphics, and sounds.
File Explorer
Download Latest Version (.zip)- graphics.png
- header.png
- hero.png
- hexview.png
- strings.png
- SideNavbar.vue
- Compressed.vue
- Uncompressed.vue
- Player.vue
- Dictionary.vue
- Dump.vue
- Search.vue
- About.vue
- FileSelector.vue
- Graphics.vue
- HeaderInfo.vue
- HexView.vue
- Navbar.vue
- Sounds.vue
- Strings.vue
- midi.js
- note.js
- track.js
- HexUtils.vue
- index.js
- App.vue
- FileSelector.css
- Graphics.css
- HexView.css
- Sounds.css
- Strings.css
- fontawesome-all.min.css
- fa-brands-400.eot
- fa-brands-400.svg
- fa-brands-400.ttf
- fa-brands-400.woff
- fa-brands-400.woff2
- fa-regular-400.eot
- fa-regular-400.svg
- fa-regular-400.ttf
- fa-regular-400.woff
- fa-regular-400.woff2
- fa-solid-900.eot
- fa-solid-900.svg
- fa-solid-900.ttf
- fa-solid-900.woff
- fa-solid-900.woff2
- layout.css
- background.png
- icon.icns
- icon.ico
- icon.png
- FileSelector.scss
- Graphics.scss
- HexView.scss
- Sounds.scss
- Strings.scss
- layout.scss
- index.html
- index.js
- .compilerc
- .eslintrc.js
- .gitignore
- gulpfile.js
- LICENSE
- package-lock.json
- package.json
- README.md
# Installation Guide
1. Get the code
git clone https://github.com/attilathedud/gba_explorer
Downloads the entire project code from GitHub to your computer.
cd gba_explorer
Moves into the project folder you just downloaded.
2. Node.js
Easy RecommendedPrerequisites
npm install
Downloads and installs the libraries listed in package.json.
npm start
Starts the development/run server.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
// repository documentation
Was this content helpful?
(0 ratings)
