Update README.md
This commit is contained in:
parent
7c07004351
commit
14e918a492
1 changed files with 3 additions and 3 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue