Skip to content

ILikeDucks129/emulatorjs.org

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

132 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Note: This website is built upon vuepress.

Made with ❤️ by @ethanaobrien & @allancoding

Contributing

In order to contribute, you will need the following:

  • Node.js 10+
  • Yarn (not technically required)
  • Vuepress (part of nodejs)
  • A code editor like Visual Studio Code (or notepad++)

Development

Run the following commands one after the other. (run with npm instead of yarn if you're too lazy to install yarn)

Install Dependencies

yarn install

Lastly, run the following to spin up and webhost the project

yarn dev_new

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

NOTE: Whenever you make any changes to the vuepress config.js file, close the running node program and re-reun yarn dev_new

About

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 75.1%
  • HTML 11.0%
  • CSS 9.9%
  • SCSS 2.7%
  • Vue 1.3%