Improve README and community health files (#2808)

This commit is contained in:
Paweł Kuna
2026-08-07 01:15:34 +02:00
committed by GitHub
parent b38cd32d07
commit a0d84f66fe
16 changed files with 436 additions and 233 deletions
+23
View File
@@ -0,0 +1,23 @@
{
"name": "Tabler",
"image": "mcr.microsoft.com/devcontainers/javascript-node:24",
"postCreateCommand": "corepack enable && pnpm install",
"forwardPorts": [3000, 3010],
"portsAttributes": {
"3000": {
"label": "Preview website"
},
"3010": {
"label": "Documentation website"
}
},
"customizations": {
"vscode": {
"extensions": [
"astro-build.astro-vscode",
"esbenp.prettier-vscode",
"stylelint.vscode-stylelint"
]
}
}
}