Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 559 Bytes

File metadata and controls

12 lines (10 loc) · 559 Bytes

mythicpl.us

A simple flat file site designed to load quickly and give M+ information at a glance.

Building / testing locally

  1. Clone this repo.
  2. Optionally npm install (installs terser + clean-css)
  3. Make changes to the appropriate file in sections, etc
  4. Run the included bash script to build the site. (js and css get minified if you did the npm install).
  5. Serve the site with a local web server, e.g. python -m http.server -d public/

Contributing

Fork the repo and make any changes to the appropriate section, submit a pull request.