You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
5. Open browser on [localhost:4200](http://localhost:4203) for demo
9
-
6. Explore [packages](packages)
10
-
7. Code -> Commit -> Pull Request -> Being Awesome!
7
+
4. Open browser on [localhost:4200](http://localhost:4203) for demo
8
+
5. Explore [packages](packages)
9
+
6. Code -> Commit -> Pull Request -> Being Awesome!
11
10
12
11
Changes from any package are reflected inside the demo package.
13
12
@@ -25,17 +24,9 @@ Changes from any package are reflected inside the demo package.
25
24
- needs manual bootstrapping and update handling
26
25
- Clean node_modules and build dirs: `npm run clean`
27
26
- Clean build dirs: `npm run clean-dist`
28
-
- Add new node_module to one package: `lerna add <npm-package-name> --scope=@ui-schema/demo [--dev] [--peer]`, without `--scope` in all packages
29
-
- Do not change `package.json` of packages manually, and if Bootstrap [lerna](https://lerna.js.org/): `npm run bootstrap` (maybe delete `package-lock.json`), or simply open an issue
30
-
- Add new package `lerna create <name>` and follow on screen, e.g.: `lerna create material-pickers` add package name `@ui-schema/material-pickerss`, creates folder `./packages/material-pickers`
31
-
32
-
> All-in-one clean & reinstall command - skip the first one if not installed completely:
33
-
> `npm run clean && rm -rf node_modules && rm -f package-lock.json && npm i && npm run bootstrap && npm run bootstrap && npm run link`
34
-
>
35
-
> The two-times `bootstrap` fixes sometimes stale `packages` dependencies/lock-files, but sometimes a manual deletion of those also helps with `node_modules` resolving issues.
36
27
37
28
## Contributors
38
29
39
30
By committing your code/creating a pull request to this repository you agree to release the code under the [MIT License](LICENSE) attached to the repository and to adhere to the [CODE_OF_CONDUCT](CODE_OF_CONDUCT.md).
40
31
41
-
Questions? Feel free to open discussions or join the [slack channel](https://join.slack.com/t/ui-schema/shared_invite/zt-smbsybk5-dFIRLEPCJerzDwtycaA71w)!
32
+
Questions? Feel free to open discussions or join the [discord channel](https://discord.gg/MAjgpwnm36)!
0 commit comments