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
Copy file name to clipboardExpand all lines: README.md
+12-10Lines changed: 12 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,21 +17,23 @@ CoMPAS Open Substation Communication Designer is an editor for SCL files as desc
17
17
CoMPAS OpenSCD is a fork of the [OpenSCD](https://github.com/openscd/open-scd) project. The idea is to add functionality
18
18
to use the CoMPAS Backend Service to open and save SCL Files and more.
19
19
20
-
## Contributing
20
+
## Development
21
21
22
-
See [Development](DEVELOPMENT.md) for more information about how to build and run CoMPAS OpenSCD locally.
22
+
This repository is a [↗ monorepo](https://en.wikipedia.org/wiki/Monorepo), made up of several packages.
23
+
To find out more about the development of each packages, such as the base distribution or the plugins, please refer to their respective READMEs:
24
+
-[open-scd](packages/open-scd/README.md): provides the (upstream) base distribution available on [openscd.github.io](https://openscd.github.io)
25
+
-[compas-open-scd](packages/compas-open-scd/README.md): provides the base distribution available on [demo.compas.energy](https://demo.compas.energy)
23
26
24
-
## Releasing
27
+
## Contributing
25
28
26
-
See [Releasing](RELEASING.md)for a step by step guide on releasing this fork with the latest version of [open-scd](https://github.com/openscd/open-scd/).
29
+
A recommended read for every newcomer to the CoMPAS project is [the CoMPAS Contributing guide](https://com-pas.github.io/contributing/).
27
30
28
-
## License
31
+
You can also get in touch by joining the `#compas` channel hosted on [the LF Energy Slack server](https://lfenergy.slack.com/archives/C01926K9D39).
29
32
30
-
The [IEC 61850](https://webstore.iec.ch/publication/63319) XSD and NSD code components used are
31
-
distributed under their [end user license agreement](CC-EULA.pdf).
33
+
## Documentation
32
34
33
-
This project is licensed under the [Apache License 2.0](LICENSE.md).
0 commit comments