Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[submodule "third_party/dyad"]
path = third_party/dyad
url = https://github.com/dyad-sh/dyad.git
18 changes: 17 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,17 @@
# saas
# saas

## Submodules

This repository contains Git submodules. After cloning, initialize and update submodules with:

```bash
git submodule update --init --recursive
```

### third_party/dyad

- **Source Repository:** https://github.com/dyad-sh/dyad.git
- **Path:** `third_party/dyad`
- **License:** Apache License 2.0 (see `third_party/dyad/LICENSE`)

The dyad submodule is included for integration with this project.
1 change: 1 addition & 0 deletions third_party/dyad
Submodule dyad added at fadfbc