We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4425cc commit 171806fCopy full SHA for 171806f
package.json
@@ -9,7 +9,7 @@
9
"scripts": {
10
"check-links": "npx check-html-links _site",
11
"build": "npx @11ty/eleventy",
12
- "start": "npx @11ty/eleventy --serve",
+ "start": "npx @11ty/eleventy --serve --port=8091",
13
"build-production": "npm run get-new-data && NODE_ENV=production npx @11ty/eleventy",
14
"get-new-data": "rm -rf ./src/_data/builtwith/ && npx degit github:11ty/11ty-community/built-with-eleventy src/_data/builtwith/",
15
"get-new-supporters": "eleventy && node node-supporters",
0 commit comments