Skip to content

Commit

Permalink
Add 'Development' section to the readme with some useful advice (#294)
Browse files Browse the repository at this point in the history
  • Loading branch information
squeek502 authored Aug 31, 2021
1 parent 259ccde commit 52abe66
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -415,6 +415,24 @@ README](./libs/README) to get you started.
[luvit]: https://github.com/luvit/luvit/
[luvi]:https://github.com/luvit/luvi/

## Development

When working on Lit, `luvi` can be used to run `lit` from source without building by using the command at the root of the `lit` source directory:

```
luvi .
```
or
```
luvi . -- args
```

For example, if you were working on something to do with the `lit serve` command, your changes could be tested with:

```
luvi . -- serve
```

## Running Tests

Tests for the Lit libraries can be run via luvi:
Expand Down

0 comments on commit 52abe66

Please sign in to comment.