feat: adding skills and remove cloud

This commit is contained in:
Julien Froidefond
2025-08-25 22:34:11 +02:00
parent 2318656a7e
commit e9232938ce
10 changed files with 2887 additions and 247 deletions

View File

@@ -81,10 +81,7 @@
"id": "unity",
"name": "Unity",
"description": "Moteur de jeu pour applications mobiles",
"links": [
"https://unity.com/",
"https://docs.unity3d.com/"
],
"links": ["https://unity.com/", "https://docs.unity3d.com/"],
"icon": "fas-cube"
},
{
@@ -101,20 +98,14 @@
"id": "capacitor",
"name": "Capacitor",
"description": "Runtime natif pour applications web",
"links": [
"https://capacitorjs.com/",
"https://capacitorjs.com/docs"
],
"links": ["https://capacitorjs.com/", "https://capacitorjs.com/docs"],
"icon": "fas-cog"
},
{
"id": "fastlane",
"name": "Fastlane",
"description": "Automatisation pour développement mobile",
"links": [
"https://fastlane.tools/",
"https://docs.fastlane.tools/"
],
"links": ["https://fastlane.tools/", "https://docs.fastlane.tools/"],
"icon": "fas-cog"
},
{
@@ -141,10 +132,7 @@
"id": "mobile-testing",
"name": "Tests Mobile",
"description": "Frameworks de tests pour applications mobiles",
"links": [
"https://appium.io/",
"https://detox.js.org/"
],
"links": ["https://appium.io/", "https://detox.js.org/"],
"icon": "fas-bug"
},
{
@@ -166,6 +154,16 @@
"https://developer.apple.com/notifications/"
],
"icon": "fas-bell"
},
{
"id": "react-native",
"name": "React Native",
"description": "Framework pour le développement d'applications mobiles natives utilisant React",
"links": [
"https://reactnative.dev/",
"https://reactnative.dev/docs/getting-started"
],
"icon": "fab-react"
}
]
}
}