Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
szaldivar committed Nov 7, 2023
1 parent 0c251a0 commit 748c8fa
Show file tree
Hide file tree
Showing 2 changed files with 101 additions and 93 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,12 @@ To set up jsthermalcomfort for local development:
git clone git@github.com:FedericoTartarini/jsthermalcomfort.git
```

We use git submodules to pull validation data for the tests, to ensure tests are successful please run:

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

3. Create a branch for local development. The naming rule for new branch are, as follows:

- If this update is for a new feature Feature/feature_name_here
Expand Down
Loading

0 comments on commit 748c8fa

Please sign in to comment.