A simple flat file site designed to load quickly and give M+ information at a glance.
- Clone this repo.
- Optionally
npm install(installs terser + clean-css) - Make changes to the appropriate file in
sections, etc - Run the included bash script to build the site. (js and css get minified if you did the npm install).
- Serve the site with a local web server, e.g.
python -m http.server -d public/
Fork the repo and make any changes to the appropriate section, submit a pull request.