1
0
Fork 0

npm start

This commit is contained in:
Ava Gaiety Wroten 2021-04-26 20:35:27 -05:00
parent e25d6a7fe0
commit 8ba1ae2f3d

View file

@ -4,7 +4,8 @@
"description": "Homepage for Gaiety, the doggo",
"main": "index.js",
"scripts": {
"build": "mkdir -p dist && eleventy --input=./src --output=./dist"
"build": "mkdir -p dist && eleventy --input=./src --output=./dist",
"start": "mkdir -p dist && eleventy --serve --input=./src --output=./dist"
},
"repository": {
"type": "git",