mirror of
https://github.com/EmulatorJS/emulatorjs.org.git
synced 2026-04-22 18:12:06 +00:00
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%
| .github/workflows | ||
| components | ||
| content | ||
| pages | ||
| public | ||
| .eslintrc.cjs | ||
| .gitignore | ||
| .npmrc | ||
| app.config.ts | ||
| LICENSE | ||
| nuxt.config.ts | ||
| package.json | ||
| pullgithub.js | ||
| README.md | ||
| renovate.json | ||
| tsconfig.json | ||
| yarn.lock | ||
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/.