mirror of
https://gitlab.com/veilid/veilid-dot-com.git
synced 2024-10-01 01:05:53 -04:00
d56fcd4943
- Reviewed the cecil documentation for configs - Moved the language picker to the right spot in the template - Turned it off Ok so if you only have two pages in German the menu for when in German is only those to pages. I need figure out it can fall back to English.
1.1 KiB
1.1 KiB
title | description | menu | layout | language | ||||
---|---|---|---|---|---|---|---|---|
Herunterladen | Die Code Basis für verschiedene Teile und Tools von Veilid |
|
index | de |
Erste Schritte
Bitte checke dieses Projekt rekursiv aus, in dem Du dieses Kommando benutzt
git clone --recurse-submodules git@gitlab.com:veilid/veilid.git
Dann lies das Entwickler Handbuch um anzufangen.
Über das Code Repository
Das Hauptrepository findet sich unter https://gitlab.com/veilid/veilid und enthält die foldenden Komponenten
veilid-core
- Der Veilidkern als crate: https://crates.io/crates/veilid-coreveilid-tools
- Verschiedene Funktionen für Veilid und seine Freunde: https://crates.io/crates/veilid-toolsveilid-wasm
- Veilid bindings für Web Assembly: https://crates.io/crates/veilid-wasmveilid-flutter
- Veilid bindings für Flutter/Dart. Enthält eine Beispiel-Programm: https://crates.io/crates/veilid-flutter- Auch
veilid-server
undveilid-cli
Quellcodes sind in diesem Repository, um Nodes im headless mode zu erstellen.