Skip to content

Getting Started

Damien Bayes edited this page Apr 21, 2020 · 1 revision

Getting Started

# Install all project dependencies using the package.json file
npm install

# Automatically run an eleventy web server on 127.0.0.1:10033
npm run 11ty:serve-dev
npm run 11ty:serve-prod

# Build a project for production
npm run 11ty:build

# Run eleventy in debug mode
npm run 11ty:debug

# Check all javascript files on syntax requirements under the project standards
npm run eslint
Clone this wiki locally