Portfolio website at vanitabarrett.co.uk
This project is built using Eleventy
-
Clone the repo, by running:
git clone git@github.com:vanitabarrett/vanitabarrett.co.uk.git
-
Run
npm install
to install dependencies. -
Run
npm start
to 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.