Phase 4: implement full static site (Eleventy, 15 pages, CSS, JS)
This commit is contained in:
12
package.json
Normal file
12
package.json
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"name": "her-website",
|
||||
"version": "1.0.0",
|
||||
"description": "HER — Home Enhancement and Renovation website",
|
||||
"scripts": {
|
||||
"build": "eleventy",
|
||||
"dev": "eleventy --serve"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@11ty/eleventy": "^2.0.1"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user