Start working on docs site.

This commit is contained in:
Joshua Bemenderfer
2023-02-11 22:30:10 -05:00
parent cb09652f61
commit bc2fc78c96
37 changed files with 1747 additions and 3087 deletions

17
docs/package.json Normal file
View File

@@ -0,0 +1,17 @@
{
"name": "@terrace/docs",
"private": true,
"license": "MIT",
"scripts": {
"dev": "eleventy --serve --incremental",
"build": "eleventy"
},
"devDependencies": {
"@terrace/js": "workspace:*",
"@11ty/eleventy": "^2.0.0",
"@11ty/eleventy-plugin-vite": "^4.0.0",
"@tailwindcss/typography": "^0.5.9",
"tailwindcss": "^3.2.6",
"vite": "^3.2.3"
}
}