You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: website/content/en/docs/dev/_index.md
+21Lines changed: 21 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,3 +2,24 @@
2
2
title: Developers' guide
3
3
weight: 500
4
4
---
5
+
6
+
Welcome to the Lima Developer Guide!
7
+
8
+
If you're new to the project and want to contribute, you're in the right place. Lima is an open-source tool that helps you run Linux virtual machines on macOS with ease.
9
+
10
+
Here are some helpful resources to get started:
11
+
12
+
## 📌 Quick Start for Contributors
13
+
14
+
-**Explore the codebase**: Use [DeepWiki's Lima page](https://deepwiki.com/lima-vm/lima) to understand the structure and find references easily.
15
+
-**Check the project structure**: Key directories include `cmd/`, `pkg/`, and `website/`.
16
+
-**Follow the contributing guide**: Read [`CONTRIBUTING.md`](https://github.com/lima-vm/lima/blob/master/CONTRIBUTING.md) for setup instructions.
17
+
-**Join the discussion**: Engage with the community via GitHub Issues or Discussions.
18
+
19
+
## 🧠 Tips for First-Time Contributors
20
+
21
+
- Start small: Fix typos, update docs, or improve clarity in comments.
22
+
- Don’t be afraid to ask questions.
23
+
- Use `make` to build the project or run tests if you're exploring the CLI side.
24
+
25
+
We’re glad you’re here — every contribution counts!
0 commit comments