Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 791 Bytes

README.md

File metadata and controls

28 lines (21 loc) · 791 Bytes

Eleventy Portfolio (williamblackie.com)

Netlify Status

This the current build of my portfolio site, using Eleventy and Tailwind.

Getting started

To get this site running locally you will need to use node>=16.x, if you use nvm you can select this with nvm use 16.

Install the node modules:

npm install

To build the site using Webpack and serve it locally run:

npm run serve

The site will be found at:

http://localhost:8080

To build a site for production run

npm run build