Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 567 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 567 Bytes

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.