First Launch 
When you connect for the first time, Runeya will initialize files in a folder named .runeya at the location you specified.
Example 
By running the following command:
bash
runeya /home/myuser/Project/awesome-projectThe configurations will be written to:
/home/myuser/Project/awesome-project/.runeyaSecurity 
Each file managed by Runeya is encrypted with a key. You can find this key at:
/home/myuser/Project/awesome-project/.runeya/dbs/encryption-key.jsonAlternatively, you can access it via the web interface under:
/settings -> EncryptionFor more information about the security measures used, visit the security reference.
Collaboration 
This folder can be shared in the repository or by any other means with your team. This allows for the sharing of configurations necessary to launch your application, as well as all environment variables required for the launch.
Next Steps 
After initialization, Runeya will open a web interface, allowing you to create your first service.
This version uses headings, code blocks, and links to make the information clear and easy to navigate.