Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
pyramation committed Oct 8, 2024
1 parent 6221839 commit ce3af32
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -84,6 +84,17 @@ yarn symlink

This will install dependencies, build all packages, and create symlinks between them.


### Initialize Submodules

Before proceeding, make sure to initialize and update the submodules:

```sh
git submodule update --init --recursive
```

This command will initialize and fetch the submodules defined in the project.

### Running Tests

To run tests for a specific package, navigate to the package directory and use the `test:watch` script. For example, to run tests for `@hyperweb/build`:

0 comments on commit ce3af32

Please sign in to comment.