Skip to content

vanitabarrett/vanitabarrett.co.uk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Portfolio website at vanitabarrett.co.uk

Development

This project is built using Eleventy

Setup

  1. Clone the repo, by running:

    git clone git@github.com:vanitabarrett/vanitabarrett.co.uk.git
    
  2. Run npm install to install dependencies.

  3. Run npm start to run the project locally.

Build

The project makes use of node-sass to build the SASS into assets/styles/styles.css.

Running npm run build will build the whole project.

Running npm run build-sass will build just the SASS.