feat(add doc): add document to project

This commit is contained in:
thomas
2023-09-16 21:56:31 +02:00
parent eb66528720
commit c8fd152923
15 changed files with 6768 additions and 0 deletions

17
docs/package.json Normal file
View File

@@ -0,0 +1,17 @@
{
"name": "angular-challenges-docs",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/starlight": "^0.10.0",
"astro": "^3.0.6",
"sharp": "^0.32.5"
}
}