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

This repository includes third-party software components. The following
notices and licenses apply to these components:

--------------------------------------------------------------------------------
Dyad
--------------------------------------------------------------------------------

Location: third_party/dyad
Source: https://github.com/dyad-sh/dyad.git
License: Apache License, Version 2.0

Copyright 2025 Dyad Tech, Inc.

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

The full license text can be found at third_party/dyad/LICENSE.
24 changes: 23 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,23 @@
# saas
# saas

## Getting Started

### Cloning the Repository

This repository includes git submodules. To clone the repository with all submodules, use:

```bash
git clone --recurse-submodules https://github.com/wasalstor-web/saas.git
```

If you have already cloned the repository without the `--recurse-submodules` flag, you can initialize and update the submodules with:

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

## Third-Party Dependencies

### Dyad

This repository includes [dyad](https://github.com/dyad-sh/dyad.git) as a git submodule located at `third_party/dyad`. Dyad is licensed under the Apache License, Version 2.0. See `third_party/dyad/LICENSE` for details.
1 change: 1 addition & 0 deletions third_party/dyad
Submodule dyad added at fadfbc