veilid-dot-com/pages/docs/code-repositories.md
Alice Rhodes 363e020ef6 Improving documentation availablility
- I put the slides in more obvious places
- I took the /defcon pages off the main menu; they're still there though
2023-08-20 06:37:37 -04:00

1.3 KiB

title description weight layout
Code Repositories The code base for the different parts and tools of Veilid 3 subpage

Veilid Framework

Getting Started

Please recursively check out the project using this command

git clone --recurse-submodules git@gitlab.com:veilid/veilid.git

Then read the development guide to get started.

About the Code Repo

The main repository is located at https://gitlab.com/veilid/veilid and includes several components

Packages

If you want to install veilid-server and veilid-cli from package repositories, please refer to our instructions.

VeilidChat

The code for VeilidChat will be available at https://gitlab.com/veilid/veilidchat once we're recovered from DefCon.