Portfolio website at vanitabarrett.co.uk
This project is built using Eleventy
-
Clone the repo, by running:
git clone [email protected]:vanitabarrett/vanitabarrett.co.uk.git -
Run
npm installto install dependencies. -
Run
npm startto run the project locally.
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.