Skip to content

elliotdavies/elliotdavies.co.uk

Repository files navigation

elliotdavies.co.uk

This is the code for my personal website and blog at elliotdavies.co.uk.

Working on this project

Install dependencies:

yarn

Run the site locally:

yarn watch

Build the production version of the site:

yarn build