diff --git a/.vscode/settings.json b/.vscode/settings.json index 98d42be..e967d45 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -28,7 +28,15 @@ ], "cssvar.enable": true, "cssvar.files": ["./_fresh/*"], - "conventionalCommits.scopes": ["css", "config", "ui", "pwa", "api", "ux"], + "conventionalCommits.scopes": [ + "css", + "config", + "ui", + "pwa", + "api", + "ux", + "route" + ], "[ignore]": { "editor.defaultFormatter": "foxundermoon.shell-format" } diff --git a/routes/apps/index.tsx b/routes/apps/index.tsx new file mode 100644 index 0000000..e581546 --- /dev/null +++ b/routes/apps/index.tsx @@ -0,0 +1,24 @@ +export default function App() { + //TODO implement route + return ( + <> +

+ Filters ... - os [] [] [] - cohabit [] +

+

Apps - pour/de cohabit

+

Auto hébergées

+

Git

+

Redmine

+

PenPot

+

En ligne

+

Matrix

+

Peertube

+

En local/À installer

+

Element (lin, and, web, win, ...)

+

GitNext (and)

+

Apps coup de 💖

+

F-Droid

+
+ + ) +} diff --git a/routes/docs/index.tsx b/routes/docs/index.tsx new file mode 100644 index 0000000..c661c19 --- /dev/null +++ b/routes/docs/index.tsx @@ -0,0 +1,13 @@ +export default function Doc() { + //TODO implement route + return ( + <> +

Docs

+

Tutoriels

+ - video 0 - text 0 ... +

CheatSheet

+ - vim +
+ + ) +}