PeterWhiteJavascript / aoe2-de-tools

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AOE2: DE Tools

Hosted at https://aoe2-de-tools.herokuapp.com/

Local development

Requirements

Running the app

  1. In the command line:
npm install # Install dependencies
npx @11ty/eleventy # Build static files
node app.js # Start the server
  1. Visit http://localhost:5000/ (or whichever port is indicated by the last command's output)

Lossless images

Images in the PNG format were replaced in #20, but can still be found here or checked out via:

git checkout 5fbf8a7 -- src/img

About


Languages

Language:JavaScript 53.0%Language:HTML 25.3%Language:Nunjucks 12.2%Language:CSS 9.5%