Skip to content

William-Blackie/eleventy-portfolio

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published