This is the official website for the EmulatorJS project. https://emulatorjs.org
  • Vue 44.8%
  • JavaScript 35%
  • CSS 9.8%
  • TypeScript 5.6%
  • HTML 4.8%
Find a file
2026-04-17 11:20:42 -06:00
.github/workflows set permissions 2026-01-31 22:08:16 -06:00
components Translate Tool (#56) 2025-05-01 08:35:01 -05:00
content Update 8.minifying.md 2026-04-17 11:20:42 -06:00
pages Translate Tool (#56) 2025-05-01 08:35:01 -05:00
public Update dependencies 2026-03-12 11:46:11 -06:00
.eslintrc.cjs Translate Tool (#56) 2025-05-01 08:35:01 -05:00
.gitignore fix Dependabot 2024-04-25 10:06:47 -06:00
.npmrc Update documentation website (#30) 2024-04-05 23:38:10 -05:00
app.config.ts move to static build 2025-08-29 14:22:44 -06:00
LICENSE Create LICENSE 2024-04-23 13:28:08 -05:00
nuxt.config.ts fix favicon & lang path 2025-08-29 15:01:02 -06:00
package.json Update dependencies 2026-03-12 11:46:11 -06:00
pullgithub.js docs update 2025-05-12 16:01:03 -06:00
README.md Translate Tool (#56) 2025-05-01 08:35:01 -05:00
renovate.json Update documentation website (#30) 2024-04-05 23:38:10 -05:00
tsconfig.json Update documentation website (#30) 2024-04-05 23:38:10 -05:00
yarn.lock Update dependencies 2026-03-12 11:46:11 -06:00

EmulatorJS Website

This is the official website for the EmulatorJS project. Here you will find information on any prerequisites needed, installation & setup processes and advanced configuration options.

Made with ❤️ by @ethanaobrien & @allancoding

Clone

Clone the repository:

git clone https://github.com/EmulatorJS/emulatorjs.org

Setup

Install dependencies:

yarn install

Development

yarn dev

It can now be reached at http://localhost:3000/.