mirror of
https://github.com/tabler/tabler.git
synced 2026-08-28 21:01:59 +04:00
Improve README and community health files (#2808)
This commit is contained in:
@@ -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"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user