Skip to content
This repository was archived by the owner on Nov 17, 2023. It is now read-only.
Open
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
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,15 @@ To run:
- `sbt fastOptJS::webpack`
- Open `index-fastopt.html` in browser

Please note that since the `components` package is not yet published you first need to do this:

```
cd material
sbt publishLocal
```

Otherwise you might get an *Unresolved dependencies path* error.

## Generator

[generator](https://github.com/uosis/laminar-web-components/tree/master/generator) folder contains Ammonite scripts used to generate component type definitions. If you want to tweak the generated types, changes should be made here.
Expand Down