Skip to content

Commit

Permalink
updates scripts and testing CNAME
Browse files Browse the repository at this point in the history
  • Loading branch information
edelstone committed Sep 14, 2024
1 parent 1397f32 commit 172b620
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
Expand Down
2 changes: 1 addition & 1 deletion src/about.njk
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ docs: true
<li>Clone this project.</li>
<li>Navigate to the project in your terminal.</li>
<li>Install dependencies: <code>npm install</code>.</li>
<li>Start the server: <code>npm run serve</code>.</li>
<li>Start the server: <code>npm run start</code>.</li>
<li>Navigate to <code>localhost:8080</code> in your browser.</li>
</ol>

Expand Down

0 comments on commit 172b620

Please sign in to comment.