Skip to content

Latest commit

 

History

History
32 lines (19 loc) · 582 Bytes

README.md

File metadata and controls

32 lines (19 loc) · 582 Bytes

MATSim Website

This website uses Eleventy as static site generator.

It is based on the template eleventy-excellent created by Lene.

Development

Eleventy requires Node.js to serve and build it locally, so make sure to install Node.js and npm.

Install dependencies

npm install

Working locally

Starts watch tasks to compile when changes detected

npm start

Creating a production build

Minify JS, CSS and HTML.

npm run build