Skip to content
This repository has been archived by the owner on Oct 31, 2021. It is now read-only.

My personal site, portfolio, and blog. Built with Eleventy.

Notifications You must be signed in to change notification settings

xavibenjamin/smithtimmytim.com

Repository files navigation

smithtimmytim.com

My personal site, portfolio, and blog. Built with Eleventy.

Netlify Status

Local Dev

You'll want to run the following commands in your terminal:

# First, clone the repo
git clone git@github.com:smithtimmytim/smithtimmytim.com.git

# Move into the project
cd smithtimmytim.com

# Install the dependencies
npm install

# Start the server
npm start