Update README.md

This commit is contained in:
Matt DeCamp 2021-12-07 20:53:35 -05:00
parent 7c07004351
commit 14e918a492

View file

@ -16,19 +16,19 @@ A mildly opinionated Eleventy starter project.
## Getting Started ## Getting Started
Navigate to the root folder of the site and Navigate to the root folder of the site and run:
``` ```
npm install npm install
``` ```
Run the development environment To run the development environment:
``` ```
npm run eleventy:dev npm run eleventy:dev
``` ```
Build for production To build for production:
``` ```
npm run eleventy:prod npm run eleventy:prod