feat: add information about dev environment
This commit is contained in:
parent
c3a650feb7
commit
05c98ae728
2 changed files with 27 additions and 1 deletions
|
@ -7,4 +7,5 @@ Bu dizinde Ahenk arka yüz geliştiricileri ve Ahenk eklenti geliştiricileri i
|
|||
### Index
|
||||
| Açıklama | Bağlantı |
|
||||
| -------- | -------- |
|
||||
| Tüm Kaynaklar ve Harici Bağlantılar | [resources.md](resources.md) |
|
||||
| Tüm Kaynaklar ve Harici Bağlantılar | [resources.md](resources.md) |
|
||||
| Geliştirici Ortamı ile ilgili Öneriler ve Notlar | [environment.md](environment.md) |
|
25
dev/environment.md
Normal file
25
dev/environment.md
Normal file
|
@ -0,0 +1,25 @@
|
|||
### Development Environment - Geliştirici Ortamı
|
||||
|
||||
Geliştirme sürecinin sürekliliği ve bütünlüğü için:
|
||||
- Önerilen IDE'ler:
|
||||
- VSCode
|
||||
- VSCodium
|
||||
- Önerilen VSCode/Codium Eklentileri:
|
||||
- Comment Anchors (`exodiusstudios.comment-anchors`)
|
||||
> İlgili işaretleri settings.json dosyasından ekleyiniz
|
||||
- `TODO` ▶ Future Tasks
|
||||
- `NEXT` ▶ High Priority Tasks
|
||||
- settings.json dosyasına ekleyiniz (default, #12449f, file)
|
||||
- `FIXME` ▶ Bug or error
|
||||
- `FILLME` ▶ Reusable code block
|
||||
- settings.json dosyasına ekleyiniz (default, #A8C993, file)
|
||||
- `NOTE` ▶ Extra note
|
||||
- `REVIEW` ▶ This code block needs a review
|
||||
- `LINK` ▶ Link to documentation/forum/information
|
||||
- Go (`golang.go`)
|
||||
- Önerilen Sanal Makine Düzeni:
|
||||
- 1 adet Liderahenk sunucusu (Sanal)
|
||||
- 1 adet Pardus + [ahenk](https://github.com/pardus-liderahenk/ahenk) (python) (Sanal, `opsiyonel`)
|
||||
- 1 adet Pardus + ahenk-go (Sanal/Fiziksel)
|
||||
- 1 adet Windows + ahenk-go (Sanal/Fiziksel)
|
||||
- 1 adet GNU/Linux + ahenk-go (Fiziksel, `opsiyonel`)
|
Loading…
Reference in a new issue