Skip to content

multipack/website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

2cbb423 · Aug 23, 2024
Apr 23, 2024
Apr 23, 2024
Mar 6, 2023
Mar 6, 2023
Jul 11, 2023
Oct 20, 2022
Jan 22, 2021
Oct 20, 2022
Oct 20, 2022
Oct 19, 2022
Oct 27, 2019
Dec 24, 2023
Oct 20, 2022
Oct 20, 2022
Oct 20, 2022
Aug 23, 2024
Jun 3, 2024

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.