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
10 changes: 10 additions & 0 deletions NOTICE
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
Third-Party Code Notices
=========================

This repository includes the following third-party components:

1. dyad
Source: https://github.com/dyad-sh/dyad.git
Location: third_party/dyad
License: Apache License 2.0
License File: third_party/dyad/LICENSE
22 changes: 21 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,21 @@
# saas
# saas

## Third-Party Dependencies

This repository includes the following external code as a git submodule:

### dyad

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

## Getting Started

After cloning this repository, initialize and update all submodules:

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

This will fetch the dyad submodule and any nested submodules it may contain.
1 change: 1 addition & 0 deletions third_party/dyad
Submodule dyad added at fadfbc