2018-12-03 10:26:23 -06:00
2018-09-20 15:12:45 -05:00
2018-09-03 10:42:32 -05:00
2018-12-03 10:26:23 -06:00
2018-09-03 10:42:32 -05:00
2014-01-01 14:20:13 -06:00
2018-09-19 16:06:58 -05:00
2014-07-20 13:55:45 +02:00
2018-09-03 10:47:03 -05:00
2018-09-12 20:00:32 -05:00
2018-09-13 09:32:46 -05:00

openemu.github.io

openemu.org website

Changes

09/03/2018

  • Complete rewrite
  • Assets now fully compressed
  • CSS is now responsive and functional using TailwindCSS
  • Most data is templated via Vue.js
  • Now uses a gulp build process which includes a mini web server that auto reloads as you edit the CSS, JS, HTML

Usage

One-time:

  • Install node.js
  • Clone repo
  • Open a Terminal in the /_src folder
  • Type: npm install

From this point forward whenever you want to edit the base site:

  • Type: ./node_modules/.bin/gulp
  • Edit the code in the /_src folder to trigger the build process which moves the processed files to the ../ folder

Editing/Updating Content

  • Content that could change often or that is repeatable is located in /data.js for ease of maintenance. You can edit this file without having to go through the entire build process.
S
Description
OpenEmu.org website
Readme 42 MiB
Languages
HTML 88.7%
CSS 8.3%
JavaScript 3%