diff --git a/README.md b/README.md index c872f7d..725d030 100644 --- a/README.md +++ b/README.md @@ -71,7 +71,7 @@ If you're a developer and want to help with the project, please comment on [open 1. Clone this project. 1. Navigate to the project in your terminal. 1. Install dependencies: `npm install`. -1. Start the server: `npm run serve`. +1. Start the server: `npm run start`. 1. Navigate to `localhost:8080` in your browser. ## Support this project diff --git a/package.json b/package.json index 42450b4..fb770c9 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "watch:css": "sass --watch src/scss:_site/css", "build:11ty": "eleventy", "build": "npm run build:css && npm run build:11ty", - "serve": "concurrently \"npm run watch:css\" \"eleventy --serve\"", + "start": "concurrently \"npm run watch:css\" \"eleventy --serve\"", "deploy": "npm run build && gh-pages -d _site" }, "keywords": [ diff --git a/src/about.njk b/src/about.njk index 6df1070..5491600 100644 --- a/src/about.njk +++ b/src/about.njk @@ -70,7 +70,7 @@ docs: true
  • Clone this project.
  • Navigate to the project in your terminal.
  • Install dependencies: npm install.
  • -
  • Start the server: npm run serve.
  • +
  • Start the server: npm run start.
  • Navigate to localhost:8080 in your browser.