mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-04-21 07:16:15 -04:00
Merge 5069d4a220
into 07eea0f484
This commit is contained in:
commit
94cc4d3d67
3 changed files with 43 additions and 0 deletions
34
.devcontainer/devcontainer.json
Normal file
34
.devcontainer/devcontainer.json
Normal file
|
@ -0,0 +1,34 @@
|
||||||
|
{
|
||||||
|
"name": "IT-Tools Dev Container",
|
||||||
|
"image": "mcr.microsoft.com/devcontainers/javascript-node",
|
||||||
|
"customizations": {
|
||||||
|
"vscode": {
|
||||||
|
"extensions": [
|
||||||
|
"Vue.volar",
|
||||||
|
"dbaeumer.vscode-eslint",
|
||||||
|
"Lokalise.i18n-ally",
|
||||||
|
"eamodio.gitlens"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"editor.formatOnSave": false,
|
||||||
|
"editor.codeActionsOnSave": {
|
||||||
|
"source.fixAll.eslint": true
|
||||||
|
},
|
||||||
|
"i18n-ally.localesPaths": [
|
||||||
|
"locales",
|
||||||
|
"src/tools/*/locales"
|
||||||
|
],
|
||||||
|
"i18n-ally.keystyle": "nested"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"postCreateCommand": "sudo cp .devcontainer/welcome.txt /usr/local/etc/vscode-dev-containers/first-run-notice.txt",
|
||||||
|
"postStartCommand": "npm install -g pnpm && pnpm install",
|
||||||
|
"forwardPorts": [5173],
|
||||||
|
"portsAttributes": {
|
||||||
|
"5173": {
|
||||||
|
"label": "Vite App - IT-Tools",
|
||||||
|
"onAutoForward": "notify"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
7
.devcontainer/welcome.txt
Normal file
7
.devcontainer/welcome.txt
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
Welcome to the IT-Tools Dev Container! 💻
|
||||||
|
|
||||||
|
To get started, enter `pnpm dev` on the terminal to run the app locally.
|
||||||
|
|
||||||
|
Head over to the ./README.md file to know more.
|
||||||
|
|
||||||
|
Happy coding! :)
|
|
@ -4,6 +4,8 @@
|
||||||
<img src="./.github/logo-dark.png" alt="logo">
|
<img src="./.github/logo-dark.png" alt="logo">
|
||||||
</picture>
|
</picture>
|
||||||
|
|
||||||
|
[](https://codespaces.new/CorentinTh/it-tools)
|
||||||
|
|
||||||
Useful tools for developer and people working in IT. [Have a look !](https://it-tools.tech).
|
Useful tools for developer and people working in IT. [Have a look !](https://it-tools.tech).
|
||||||
|
|
||||||
## Functionalities and roadmap
|
## Functionalities and roadmap
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue