mattsteele.dev My personal website. A static site built using 11ty & hosted on Netlify. 1. Switch to NPM 10: $ nvm use 10 2. Clone this repository: git clone https://github.com/mattsteele/mattsteele.git 3. Navigate to the directory: cd mattsteele 4. Install dependencies: npm install 5. Build, serve & watch: npm run start