Skip to content

multipack/website

Repository files navigation

A community of web designers and developers in the West Midlands.

This site is built using Eleventy.

Development

You need to be running Node and the required version is defined in the .nvmrc file. Once you have installed the dependencies using npm install you can use scripts to either run a server or build the project:

npm run watch
npm run build

Deploying

The website is automatically deployed to Github Pages using the deploy workflow.