Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 401 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 401 Bytes

Getting Started

Navigate to the root folder of the site and run:

npm install

To run the development environment:

npm run eleventy:dev

To build for production:

npm run eleventy:prod

For additional eleventy commands, visit the Eleventy command line usage page.

Based on