Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 521 Bytes

README.md

File metadata and controls

25 lines (18 loc) · 521 Bytes

Gateway

📖 Wiki on Github

https://github.com/DesertApp/desert/wiki/dev/gateways

📁 Directory Structure

TODO: fix structure

/  
├── shared/            # Shared libraries or components  
│   ├── utils/          # Utility functions   
│   ├── core/           # Core logic  
│   └── services/       # Other services  
├── docs/              # Documentation resources  
└── tools/            # Dev tools or scripts  

🚀 Run

yarn dev