Skip to content

Latest commit

 

History

History
14 lines (13 loc) · 2.27 KB

Ramp-up.md

File metadata and controls

14 lines (13 loc) · 2.27 KB

Ramp-up guide

  1. Read an article and an one pager to get more details about the project
  2. Become familiar with the concepts and features and lib docs
  3. Understand the layers
  4. Detailed sequence flows
  5. Talks
  6. Another presentation about cryptography and FUSE
  7. Give it a quick try with Docker
  8. Or run it as CLI app
  9. Clone or fork the repo. You can work in your branches there after you're added to the repo. No need to fork it if you don't want to
  10. Build from source and start it. If you don't have Linux, you can develop inside a container. This will start a new Linux container and remotely connecting the local IDE to the container, you can also connect with IDE's terminal to it and run the code. On Windows, you can use WSL. As a last resort, you can develop in browser.
  11. Run and understand the examples. You can write some new ones to better understand the flow and code. If you do, please create a PR back to the parent repo targeting the main branch to include those for others too
  12. Become familiar with some tests and benchmarks. You can write some new ones to better understand the flow and code. If you do, please create a PR back to the parent repo targeting the main branch to include those for others too