Skip to content

lesliecdubs/leslie.dev

Repository files navigation

Leslie Cohn-Wein's Personal Site

Netlify Status

This site was built with Phil Hawksworth's EleventyOne template.

EleventyOne includes:

Prerequisites

Running locally

# install the dependencies
npm install

# It will then be available locally for building with
npm run start

Add some Netlify helpers

Netlify Dev adds the ability to use Netlify redirects, proxies, and serverless functions.

# install the Netlify CLI in order to get Netlify Dev
npm install -g netlify-cli

# run a local server with some added Netlify sugar in front of Eleventy
netlify dev

A serverless functions pipeline is included via Netlify Dev. By running netlify dev you'll be able to execute any serverless functions directly.