Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 316 Bytes

README.md

File metadata and controls

28 lines (21 loc) · 316 Bytes

Techologie website

1. Install dependencies

npm install

2. Run Eleventy

npx eleventy

Or build and host locally for local development

npx eleventy --serve

Or build automatically when a template changes:

npx eleventy --watch

Or in debug mode:

DEBUG=* npx eleventy